OK, I am learning opengl and other aspects of game programming but devcpp is being annoying.
Basically, it will not compile unless I edit the main file. Which is extremely annoying as I work with multiple included headers such as gameObjects.h, api.h etc which control various classes and aspects of the program, to get the stupid thing to compile I have to open main.cpp and make any minor whitespace change first; I am doing about 10 compiles a minute trying to get little things to work and fix bugs etc but this stupid issue is annoying me to no end.
Any ideas? I have checked that nothing is read only, and my user account is the unlocked Administrator (in vista) so there can't be any permission issues.
Do I have to edit the make file?
Basically, it will not compile unless I edit the main file. Which is extremely annoying as I work with multiple included headers such as gameObjects.h, api.h etc which control various classes and aspects of the program, to get the stupid thing to compile I have to open main.cpp and make any minor whitespace change first; I am doing about 10 compiles a minute trying to get little things to work and fix bugs etc but this stupid issue is annoying me to no end.
Any ideas? I have checked that nothing is read only, and my user account is the unlocked Administrator (in vista) so there can't be any permission issues.
Do I have to edit the make file?