Lesson2 in dev c++

Started by
6 comments, last by skow 22 years, 1 month ago
Great tutorial, but i don’t have visual c++, nor the funds to purchase a copy. I was using dev c++ and am not able to compile...When i load the vc++ .cpp and try and compile i get the following error... c:\dev-c_~1\test.cpp: In function `BOOL CreateGLWindow(char *, int, int, int, bool)'': c:\dev-c_~1\test.cpp:166: `CDS_FULLSCREEN'' undeclared (first use this function) c:\dev-c_~1\test.cpp:166: (Each undeclared identifier is reported only once c:\dev-c_~1\test.cpp:166: for each function it appears in.) If any one could help me solve my problem i would greatly appreciate it. THnx -skow
Advertisement

  #define CDS_FULLSCREEN 4  


Ok that worked...now im getting


g++: -lglaux: linker input file unused since linking not done
g++: -lopengl32: linker input file unused since linking not done
g++: -lglu32: linker input file unused since linking not done
g++: -lgdi32: linker input file unused since linking not done
g++: -lwinmm: linker input file unused since linking not done


Any one know why the "linking not done"?
nm

I figured it out..thnx
nm

I figured it out..thnx
Surly you must have a friend that would allow you to backup his copy on your comp?

[edited by - SmiLeY1k2k on March 18, 2002 8:50:35 PM]
quote:Original post by SmiLeY1k2k
Shurly you must have a friend that would lend you a copy or sort you a copy out? *cough morphus* is a good friend

Piracy is a bad thing to advocate on a message board populated by people who make software.

did i say that?

This topic is closed to new replies.

Advertisement