| | |
OpenGL in VC++ 2005
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
It is well explained in MSDN :
Thanks everybody!
•
•
•
•
To add .lib files as linker input in the development environment
Open the project's Property Pages dialog box. For details, see -Setting Visual C++ Project Properties.
-Click the Linker folder.
-Click the Input property page.
-Modify the Additional Dependencies property.
To programmatically add .lib files as linker input
And also, may be added at the beginning of the program code as an alternative.
C++ Syntax (Toggle Plain Text)
#pragma comment(lib, "opengl32.lib"); #pragma comment(lib, "glu32.lib");
![]() |
Similar Threads
- Using OpenGL in Visual C++: Part I (Game Development)
- Visual c++ 2005 and OpenGl Problems (Game Development)
- OpenGl project and windows XP (Game Development)
Other Threads in the C++ Forum
- Previous Thread: Constructor Error
- Next Thread: Intel OpenCV
| Thread Tools | Search this Thread |
api array arrays based binary c++ c/c++ calculator char char* class classes code coding compile console conversion convert count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game generator givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int java lib linkedlist linker list loop looping loops map math matrix memory multiple news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings temperature template templates test text text-file tree unix url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets







