954,498 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

glut still not working... much

I have been trying for ages to get glut working (in code blocks)
and now it works... sort of. I can compile and run applications but it comes up with several warning: ignoring #pragma comment errors in glut.h. I got the glut.h file from here . because all other downloads of glut I used didn't work at all. why am I having this trouble with installing glut?

MattyRobot
Junior Poster in Training
73 posts since Aug 2009
Reputation Points: 33
Solved Threads: 8
 

It seems that the compiler you are using, does not know "#pragma comment". Because it is only a comment, just remove these statements from the source code.

jencas
Posting Whiz
366 posts since Dec 2007
Reputation Points: 395
Solved Threads: 71
 

what is the difference between a #pragma comment and a regular one?

MattyRobot
Junior Poster in Training
73 posts since Aug 2009
Reputation Points: 33
Solved Threads: 8
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You