Page 1 of 1

Files on SVN missing

Posted: 28 Oct 2007, 01:27
by yvansoftware
DevC++ reports that the folowing files are missing, just after a clean download:

base64.cpp
base64.h
/resources/itemmanager.cpp
/resources/itemmanager.h
/resources/sdlimageloader.cpp
/resources/sdlimageloader.h
/net/equipmenthandler.cpp
/animation.h
/animation.cpp
/resources/spriteset.h
/resources/spriteset.cpp
/resources/openglsdlimageloader.cpp
/resources/openglsdlimageloader.h

How do I compile now?

Posted: 28 Oct 2007, 02:36
by Crush
The project files are outdated most of the time. Just remove all missing sourcecode files from the project and add all files in the folder /src and its subfolders and it should work.