In article
<3381866e65c06603fa2d779dfe32447b@localhost.talkaboutmac.com>,
> Hi david,
> I have download ur GLPane openGL code.
> But on my system it is giving error "cannot open agl.h"
> I search the file on whole system but it's not there in system.
> How can I solve this problem?
> -Hemant
For CFM:
Did you download the CFM OpenGL SDK from Apple's web site? Did you set
up the "Access Paths" panel of the Codewarrior IDE's Target's Settings'
Dialog box to point to the place you pu tthe SDK?
Did you add the appropriate library from the SDK to your program?
For Mach-O:
Did you add the AGL.framework to the framework's tab of your project
file?
(It is in /System/Library/Frameworks/ .)
Maybe you should open a Terminal window, and execute the command:
man find
It will tell you how to find the files that Finder won't find for you.

Signature
David Phillip Oster