-
Error running glutinit() on new machine
Hi,
I was running OpenGL with VS 2005 Express and C++ on an XP and just moved up to a more powerful machine with Windows 7 Professional, VS 2010 Express, C++ and a GTX 660 card. However, the simplest OpenGL program will not run (normal cout with "Hello World" does run) and I get the message box: "The application was unable to start correctly (0xc000007b)."
When I searched this forum for the error code I found the comment that I was mixing 32-bit and 64-bit code, but I just redownloaded freeglut and I get the same error. The code has "glutInit() and return 0 as the only lines in main() that do anything. How do I get started?
Thanks,
Stig
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules