I’m working on a cross-platform plugin (macOS, iOS) and still figuring out the SDK. I’ve hit a snag with trying to convert a REALString to a CFString/NSString: It doesn’t look like the REALstring → CFString conversion functions are supported for iOS targets?
#if TARGET_CARBON || TARGET_COCOA
CFStringRef REALCopyStringCFString( REALstring str ) {
…
}
#endif
6 posts - 3 participants