Version: 1.1

Posted: 2005-08-10

Build Requirements: Xcode

Runtime Requirements: Mac OS X 10.2 or greater

View Source Code:

Download Sample Code (“SpellingChecker-CocoaCarbon.zip”, 32.2K)



Description

SpellChecker implements procedural C wrappers around the Cocoa NSSpellChecker class. SpellChecker specifically uses NSSpellChecker to illustrate calling into a cocoa class which does not display any UI. This sample provides its own Carbon based UI to display and select spelling suggestions.

Document Revision History

Date Notes
2005-08-10Updated to produce a universal binary. No code changes were required.
2004-06-09Demonstrates how to call NSSpellChecker cocoa routines from a Carbon application.