objective c on windows and gcc -
is gnu objective c compiler windows same compiler mac os x (and ipad)?
i want write code on windows , run on mac , ipad, objective c seems best way go mac/ipad gnu compiler same? know libraries cocoa etc not available not issue we'll writing different interface code each platform (please no comments not right way etc).
tia, dave
the compiler more or less same, runtime systems different. if don’t use new features objective-c 2.0 code should work fine both runtime systems. if want use new features have use different runtime. can find more information here on gnustepwiki.
but still need framework provides basic objects strings, arrays, dictionaries , on. use part the cocotron, framework tries make of cocoa available on windows, linux , other platforms.
Comments
Post a Comment