Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 07:29 Go to next message
resto is currently offline restoFriend
Messages: 1
Registered: August 2011
Junior Member
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 13:24]

Report message to a moderator

Re: Beginner - Eclipse C++ : some methods not found [message #766601 is a reply to message #715301] Fri, 16 December 2011 04:17 Go to previous message
kesten Mising name is currently offline kesten Mising nameFriend
Messages: 6
Registered: December 2011
Junior Member
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 Apr 26 21:15:04 GMT 2024

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

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

Back to the top