msvc project configuration
Brought to you by:
nigels
Hello,
msvc project build example 1 2 3 and 4 which don't
work. a glut error " <glutkeyboardfunc> called without
first calling 'glutInit'".
The problem can be solved changed in the properties the
linker/input/additional dependencies and instead
"glut32.lib glu32.lib opengl32.lib odbc32.lib
odbccp32.lib", only putting "odbc32.lib odbccp32.lib"
like in example 5 and 6</glutkeyboardfunc>
Damien