Author Topic: Code Completion + OpenGL can't find gl functions?  (Read 3637 times)

Offline aditya_v

  • Single posting newcomer
  • *
  • Posts: 9
Code Completion + OpenGL can't find gl functions?
« on: June 26, 2009, 09:00:08 pm »
Hi, I am writing a opengl app in Ubuntu.

It seems Code completion can't parse GL related functions. On searching the forums, i found that someone had similar problem solved by putting the paths in C/C++ parser options.

So, I added /usr/include and /usr/local/include/ to the path  and restarted C::B but its still not working.
Please help.