Re: How to get tiff from clipboard and convert to bmp?

2010-04-02 Thread zhiy xue
Thanks Ken, I have tried it and it works well for me. On Apr 2, 2010, at 1:15 PM, Ken Ferry wrote: On Thu, Apr 1, 2010 at 8:44 PM, Kyle Sluder wrote: On Thu, Apr 1, 2010 at 7:35 PM, zhiy xue wrote: > I want to support get *.tiff data from clipboard, and convert it to bmp >

How to get tiff from clipboard and convert to bmp?

2010-04-01 Thread zhiy xue
I want to support get *.tiff data from clipboard, and convert it to bmp format. Below is my code, but it will crash in GetGraphicsImporterForDataRef. Could you please help? Many thanks for your help. NSPasteboard* pPasteboard = [NSPasteboard generalPasteboard]; [pPasteboard retain]; Compon

Why Applespell.service fail to launch?

2009-07-01 Thread zhiy xue
Our application use Mac OS X spell checker service to do spell check. here is sample code . [[NSSpellChecker sharedSpellChecker] checkSpellingOfString:@"hello" startingAt:0]; But the problem is AppleSpell.service can not launch automatically by this code, so there is always an alert: couldn't