FlashRuntimeExtensions.h parse Errors.
I am working on a Native Extension for iOS applications. All seems to go well until I try to build the native code in Xcode. I get about 20 errors on FlashRuntimeExtensions.h. Parse errors.
"Parse issue: Must use 'enum' tag to refer to type 'FREResult':
The compiler wants me to place an "enum" in front of every instance of FREResult in the header file, for instance, in front of:
FREResult FREGetContextNativeData( FREContext ctx, void** nativeData );
Any ideas what might be the problem?
Isaac Rivera
