• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Programming OpenGL in C++ and using Dev-C++

I just need some help getting OpenGL to work with Dev-C++. My programs aren't compiling correctly and it is giving this error in the Linker:

g++: g:\opengl lessons\lesson 01\lesson_01.o: No such file or directory
g++: file path prefix `C:\DEV-C_~1\Bin\' never used

Thanks!

 
Yea, that's true. But since you access OpenGL in a procedureal way, it doesn't really matter as it's all the same.
 
I'm trying to get OpenGL to work with Dev-C++... and my programs aren't compiling. The example program is compiling, but this one I wrote isn't.

What the heck is going on?
 
If it is a compile error - analyze the error.

If it is a missing file, then ensure that you have such a file within the compiler path.

How are we to know if the error you are now mentioning is the one from 2 weeks ago?
 
Back
Top