I'm trying to compile an OpenSource C++ project but I'm having problems.
If anyone has any ideas on how I might resolve this issue please respond.
The Readme says the following:
This code has been compiled without any problems with VisalC++ 6.0, but older versions may also work. In order to compile the code you have to add the following folders to include the search path:
code/extern/include/
code/game logic/include/
code/input/include/
code/rfrontend/include/
code/shared/include/
and those to the library search path:
code/extern/lib/
code/game logic/lib/
code/input/lib/
code/rfrontend/lib/
code/shared/lib/
That could be done with some sort of macro




Reply With Quote