OGLESTools Static Library

Sorry, this post’s content could not be parsed into our new forums.

Hi,

Our tools library is written in C++ which means if you wish to include the headers in an Objective-C file, you must rename the extension of your source file to .mm. I believe the default files created with the OpenGL-ES template are Objective-C .m files, and not Objective-C++ .mm (hence why the compiler is complaining about C++ functionality such as templates).

Hope this helps.



Arron,

Thanks for your prompt reply... It works! Smile



don_megga2012-10-02 18:42:20