Hello, Iīm trying to do an opengl tutorial "first OpneGL Program" from http://www.cprogramming.com/
. While trying to
compile the first big box of code. This is the error message I get:
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glPopMatrix@0
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__glEnd@0
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glVertex3f@12
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__glBegin@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glPushMatrix@0
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glScalef@12
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glTranslatef@12
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glColor3f@12
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glRotatef@16
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__glFlush@0
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glLoadIdentity@0
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__glClear@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glClearColor@16
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glEnable@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__wglCreateContext@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
_gluPerspective@32
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glMatrixMode@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__glViewport@16
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__wglDeleteContext@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol
__imp__wglMakeCurrent@8
Searched the web and msdn but couldnīt find a resolution (although its
100 percent beginner fault, probably the fault in searching is up to
me :). The answers I found were to link the gl lib or donīt link the lib twice, I mean with the default link and a newer SDK. Tried both ways but nothing positive happened to me ???. Iīm using vc6. Any help is apreciated.


LinkBack URL
About LinkBacks
). The answers I found were to link the gl lib or donīt link the lib twice, I mean with the default link and a newer SDK. Tried both ways but nothing positive happened to me ???. Iīm using vc6. Any help is apreciated.
Reply With Quote
. Have to say sorry to u mates. But thx to everyone who read my question and thought a sec about it. Please donīt blame me

Bookmarks