On Sun, Jul 1, 2012 at 5:37 PM, Alfred Van Hoek <[email protected]> wrote:
> The flat C plugin headers were introduced when the Cocoa target became > available. It was said that overloaded functions of the SDK were > incompatible with cocoa, and REALSoftware introduced the flat headers. All > the code for dynamic access we use is flat for each platform. > You can make your files Objective-C++ by changing the extension to 'mm' or by changing the file type in Xcode's inspector. Using the flat C headers is only required if you refuse to use C++ at all. -- Joe Ranieri Mac Frameworks & Compiler Real Software, Inc. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
