Hi,

Am 22.02.12 09:51, schrieb Büsra Gülten:

> Another point I want to indicate is when main-method look like this: 
> 
> 
>>
>> @autoreleasepool 
>> {
>>         return UIApplicationMain(argc, argv, nil, 
>> NSStringFromClass([osgAppDelegate class]));
>>     }
>>

Looks like your main-file gets compiled as Objective C only and chokes
about some c++-stuff. Try renaming the file from "*.m" to "*.mm"

cheers,
Stephan

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to