Visual Studio .NET question -- just starting

Started by
1 comment, last by Toolmaker 19 years, 6 months ago
Trying to follow along with the first tutorial but I am using .NET instead of 6.0. The tut says to link opengl32.lib by going to the project tab and pressing link, but there is no option to link on .NET. How do I link this library with .NET?
Advertisement
project->"name of project"->linker->input->dependencies box
#pragma comment(lib, "opengl32.lib")

in your main file.

Toolmaker

This topic is closed to new replies.

Advertisement