Objective C in Windows -


this question has answer here:

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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -