Advertisement

Microsoft Visual C++

Started by October 06, 2006 08:33 AM
0 comments, last by tstrimp 18 years, 1 month ago
Everytime when starting a new task on Microsoft c++, i needs to key in the four link parameter in Project Setting->Link->Object/library modules opengl32.lib glu32.lib glut32.lib glaux.lib very troublesome for me,is there any other method to key in permanent rather than key in every time.?Thanks
What version of Visual Studio? VS2005 provides property sheets that you can include in a project. You could create a property sheet that specifies those in the linker and name it opengl or something like that. Then you just have to include that file in your property manager.

This topic is closed to new replies.

Advertisement