Including library files in dev c++ ?

Started by
1 comment, last by Mizipzor 19 years ago
Im a bit embarresed to ask this but... how do I include lib files in dev c++? :P Normally I use msvc 6 and I planned to learn directx, which mscv no longer did support so I installed dev c++. But due to the lack of tutorials on dx I switched to opengl. But I decided to try out dev c++ anyway. And now I cant find how I include lib files there. Checked the project options but no luck.
Advertisement
here we go, go to project, project options and parpameters.

In linker box, let just say opengl.lib that's vc, in mingw that LIBopengl.A
type -lopengl and thats it.
Thanks! Strange way to do it... well I guess Im just used to the msvc way. :)

Cheers

This topic is closed to new replies.

Advertisement