Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Beginner - Eclipse C++ : some methods not found
Beginner - Eclipse C++ : some methods not found [message #715301] Sat, 13 August 2011 03:29 Go to next message
Eclipse UserFriend
Hi all,

First, sorry for my bad English.

I have a C++/OpenGL project which work well in Eclipse Helios.
I have now installed Eclipse Indigo and:
* The compilation (Project -> Build Project) work well.
* When I display a source code class, some OpenGL/Glew methods are highlighted in red because Eclipse doesn't found these methods. But, why ?

Sample:
#include <GL/glew.h>
#include <GL/gl.h>
//...
glBindBuffer(GL_ARRAY_BUFFER, bufferIDs[VAO_VERTEX_POSITION]);


Info : if I check the file 'glew.h', I see: '#define glBindBuffer GLEW_GET_FUN(__glewBindBuffer)'

Thank you in advance.

[Updated on: Sat, 13 August 2011 09:24] by Moderator

Re: Beginner - Eclipse C++ : some methods not found [message #766601 is a reply to message #715301] Thu, 15 December 2011 23:17 Go to previous message
Eclipse UserFriend
it could be related to this:
in google type site:sourceforge.net GLEW_GET_FUN(__glewSomeFunction)

kesten
Previous Topic:Expression parsing and evaluation in cdt
Next Topic:Inactive code highlight does not work in *.h file
Goto Forum:
  


Current Time: Fri Jul 18 13:41:48 EDT 2025

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

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

Back to the top