| | |
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 beginner binary bitmap c++ c/c++ calculator char char* class code coding compile compiler console conversion count data database delete deploy developer dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game getline givemetehcodez graph gui homeworkhelp homeworkhelper iamthwee ifstream input int java lib linker list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg sorting string strings temperature template test text text-file tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets







