Objective C in Windows -
this question has answer here:
- objective c windows 13 answers
pardon me silly question. know there possibility run following program in windows
#import<foundation/foundation.h> int main(int argc,const char* argv[]) { nsautoreleasepool *pool =[[nsautoreleasepool alloc]init]; nslog(@"hello world") [pool drain]; }
i know there objective c compilers available windows want know there support <foundation/foundation.h>
yes. 1 possibility compile gcc using gnustep framework.
Comments
Post a Comment