Objective C for Windows
Posted
by
Luther Baker
on Stack Overflow
See other posts from Stack Overflow
or by Luther Baker
Published on 2008-09-11T14:38:42Z
Indexed on
2014/06/01
15:28 UTC
Read the original article
Hit count: 235
What would be the best way to write Objective-C on the Windows platform?
Cygwin and gcc? Is there a way I can somehow integrate this into Visual Studio?
Along those lines - are there any suggestions as to how to link in and use the Windows SDK for something like this. Its a different beast but I know I can write assembly and link in the Windows DLLs giving me accessibility to those calls but I don't know how to do this without googling and getting piecemeal directions.
Is anyone aware of a good online or book resource to do or explain these kinds of things?
© Stack Overflow or respective owner