Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - where are qnxgl.h and GLPh.h?: (7 Items)
   
where are qnxgl.h and GLPh.h?  
I have found the library described in the online help, but if I want compile the examples I can't due to the presence of
 the headers:
#include <GL/qnxgl.h>
#include <GL/GLPh.h>

Have anyone the answer?
Re: where are qnxgl.h and GLPh.h?  
Hi,

Can you give us some Details... ?

As - which version are you running ....?
Re: where are qnxgl.h and GLPh.h?  
> I have found the library described in the online help, but if I want compile 
> the examples I can't due to the presence of the headers:
> #include <GL/qnxgl.h>
> #include <GL/GLPh.h>
> 
> Have anyone the answer?

If the presence of the header files is what causing your issue, you can find QNX header files in $QNX_TARGET/usr/include
/GL/.

Cheers,
Joel
Re: where are qnxgl.h and GLPh.h?  
Thanks for the answers.
I have found the mentioned headers in a Neutrino box under /usr/include/GL/, but in the Linux box (where I develop the 
applications) I can't find that headers.
My development environment is:
QNX Momentics Development Suite 6.3.2

Thanks again.
Re: where are qnxgl.h and GLPh.h?  
On a linux host with Momentics 6.3.2, the default location for the neutrino headers is under /opt/qnx632/target/qnx6/usr
/include/.

Cheers,
Joel

Re: where are qnxgl.h and GLPh.h?  
I have  tried to search that headers, manually and automatically, in the qnx632 tree, but no one of that headers are in.
 Even the folder GL isn't present. I think that copies the tree from a Neutrino box can be a possible workaround. Is 
right?

Thanks,
Mario.
Re: where are qnxgl.h and GLPh.h?  
You could do that, but assumable you'll need to link to a library as well.