Help in Dev C++
How do I link librays using DEV C++, and can you use GNU to program OpenGL programs?
Thanks.
Linker command line can be modified here:
Project -> Project Options -> "Linker Options/Optional Libs..."
For example, to use the library opengl32.a (which is the equivalent to opengl32.lib in VC), you would add (IIRC):
-libopengl32
GNU is an open source movement, not a single tool. MingGW and GCC are GNU compiler systems; both can be used with Dev-C++ and both "support" OpenGL.
Later,
ZE.
//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links
Project -> Project Options -> "Linker Options/Optional Libs..."
For example, to use the library opengl32.a (which is the equivalent to opengl32.lib in VC), you would add (IIRC):
-libopengl32
GNU is an open source movement, not a single tool. MingGW and GCC are GNU compiler systems; both can be used with Dev-C++ and both "support" OpenGL.
Later,
ZE.
//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links

[twitter]warrenm[/twitter]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement