Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi,

I need a dll that support spell check for both mac(cocoa) and windows form c#. If it is premium version - no problem. suggest me some dll.


Thanks Regards,
Mohan J
Posted
Comments
Member 11183856 13-Feb-15 9:18am    
i need for both mac(cocoa) and windows form c# not only for windows form

 
Share this answer
 
Comments
Member 11183856 13-Feb-15 9:29am    
i need for both mac(cocoa) and windows form c# not only for windows form
Wendelius 13-Feb-15 13:25pm    
As far as I know there's no single solution for both. However, the actual code can be shared if you use C# & mono
C# and Cocoa are totally different systems. You're unlikely to find a single solution which works in both.

Hunspell[^] works on both Windows and Linux, but it has a very low-level API. (It's actually built-in to Mac OS 10.6 and higher.)

There's a .NET wrapper[^] which is quite easy to use[^].

I've no idea how easy it will be to call Hunspell from Cocoa, though.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Feb-15 11:11am    
5ed.
—SA
Frankly, if you have word installed, you don't need a dll. Use word's spell checker from within your code and do your spell checks.
 
Share this answer
 
Comments
Wendelius 13-Feb-15 13:26pm    
Good point, 5!
Abhinav S 13-Feb-15 13:26pm    
Thank you Mika.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900