wolfomat
03-20-2012, 07:27 AM
I'm using Freeglut on NetBeans with MinGW which works okay.
But when i am creating a c++ project and try to use freeglut and opengl (with -lopengl32, -lglu32 and -lfreeglut libs) i only will get a white screen..... but the demos just work fine (same project, same setup).
my Code:
http://pastebin.com/aX68vRKC
ust get a white window....
the original code is here:
http://pastebin.com/V6pfEQAD
this behaviour confuses me, since some other demos will run properly (with the same Project-Setup within NetBeans).
any ideas?
But when i am creating a c++ project and try to use freeglut and opengl (with -lopengl32, -lglu32 and -lfreeglut libs) i only will get a white screen..... but the demos just work fine (same project, same setup).
my Code:
http://pastebin.com/aX68vRKC
ust get a white window....
the original code is here:
http://pastebin.com/V6pfEQAD
this behaviour confuses me, since some other demos will run properly (with the same Project-Setup within NetBeans).
any ideas?