Archive for December, 2008
Switching spelling languages
If you’re like me, then you probably write one email in language X and another one in language Y and you’re getting tired of always switching the spell checker language to stop every word being underlined in red. That means pressing command + shift + “:”, selecting the correct language and then close the spell [...]
Posted: December 27th, 2008 under CoCoa.
Comments: 4
Shared/Dynamic libraries in OS X
A while ago I struggled with the problem of building a shared library (also known as dynamic library), let it link to a GUI build on top of it and let it be part of a clickable application. There doesn’t seems to be much information on the Internet, so here’s my story on how I [...]
Posted: December 11th, 2008 under CoCoa, OS X.
Comments: none