Tutorial One Error please help!!
Im using c++ .net and I try to compile the first lesson, and it gives the next errors:
GraphicsFinish error LNK2019: unresolved external symbol _gluPerspective@32 referenced in function "void __cdecl ReSizeGLScene(int,int)" (?ReSizeGLScene@@YAXHH@Z)
GraphicsFinish error LNK2019: unresolved external symbol __imp__glLoadIdentity@0 referenced in function "void __cdecl ReSizeGLScene(int,int)" (?ReSizeGLScene@@YAXHH@Z)
GraphicsFinish error LNK2019: unresolved external symbol __imp__glMatrixMode@4 referenced in function "void __cdecl ReSizeGLScene(int,int)" (?ReSizeGLScene@@YAXHH@Z)
Etc, 14 error in total!
Does anyone knows what is the problem?
Mayby Im linking wrongly the libraries? if so how do I link the libraries to c++ .net? By the way in .net there is no project,settings,...
Thank you.
----------------------------
^_^
---------------------------- ^_^
Ok, just fix this problem, HAHAHAHA,
It seems I was not linking right the libraries.
The way to do it .net is not project, settings, ...
But project, add existing item, ...add lib.
Well,
I can only laugh now. HAHAHAA
----------------------------
^_^
It seems I was not linking right the libraries.
The way to do it .net is not project, settings, ...
But project, add existing item, ...add lib.
Well,
I can only laugh now. HAHAHAA
----------------------------
^_^
---------------------------- ^_^
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement