Objective C for Windows

2019-01-01 04:53发布

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?

13条回答
旧人旧事旧时光
2楼-- · 2019-01-01 05:22

Get GNUStep here

Get MINGW here

Install MINGW Install GNUStep Then Test

查看更多
登录 后发表回答