Help!
Well, this is my first day here, and i need some help, i was coying and reading about the first program, and i went to compile, but it came up with 17 errors. i think that i might have to add openGL to my preferences or sumthin, but i dont now, can anyone tell me why?
Yay opengl! im on me way to maybe making a REAL bad mario kart knock off! ACE!
Yay opengl! im on me way to maybe making a REAL bad mario kart knock off! ACE!
It''s helpfull if you copy and paste the errors. I''m assuming this will fix your problems...
Add this up top before your includes..
Add this up top before your includes..
#pragma comment(lib, "opengl32.lib")#pragma comment(lib, "glu32.lib")#pragma comment(lib, "glaux.lib")
Wait, now it says
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/openglhereicome.exe : fatal error LNK1120: 1 unresolved externals
2 errors
[edited by - Quino on July 4, 2003 3:45:59 AM]
[edited by - Quino on July 4, 2003 3:49:37 AM]
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/openglhereicome.exe : fatal error LNK1120: 1 unresolved externals
2 errors
[edited by - Quino on July 4, 2003 3:45:59 AM]
[edited by - Quino on July 4, 2003 3:49:37 AM]
Yay opengl! im on me way to maybe making a REAL bad mario kart knock off! ACE!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement