Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Auto complete not working for opengl?(OpenGL functions aren't recognized by Eclipse's auto complete.)
Auto complete not working for opengl? [message #1024132] Mon, 25 March 2013 22:07
John Paul is currently offline John PaulFriend
Messages: 1
Registered: March 2013
Junior Member
Hi, I'm having a problem with Eclipse where it's not just recognizing some functions for OpenGL. And it seems that I'm not the only one having this problem, another thread about this is here: http://www.eclipse.org/forums/index.php/m/969969/?srch=opengl#msg_969969

The functions include glGenVertexArrays, glGenBuffers, glBindBuffer, glBufferData, etc.

I'm using GLFW to create my OpenGL context and using GLEW to create function pointers for me so I can compile on any platform.

The program will compile and build fine, but the only thing that's not working is the auto complete and that Eclipse says that the function could not be resolved.

Can someone help me fix this problem? Thanks.
Previous Topic:Indent with tabs do not work
Next Topic:Eclipse CDT Code Analysis says error, g++ and cl.exe are OK with it
Goto Forum:
  


Current Time: Fri Apr 26 15:32:30 GMT 2024

Powered by FUDForum. Page generated in 0.03227 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top