Reputation: 13
I install GNUSetup
. Now How i write and rum my obj-c programe without using GNUsetup->Shell command Prompt
And i google for it but i found that weired thing...
gcc -o hello.exe hello.m -std=c99 -I /GNUstep/System/Library/Headers -L /GNUstep/System/Library/Libraries -lobjc -lgnustep-base -fconstant-string-class=NSConstantString -fobjc-exceptions
Only for running programe i have to do it again and again. So Please anyone help me out Is there any IDE exist for obj-c programe run on windows xp
Upvotes: 0
Views: 674
Reputation: 121
I believe this NetBeans IDE mentions it on this site: Netbeans
Here's another site I had bookmarked that mentions using ProjectCenter: Project Center
Upvotes: 1
Reputation: 86691
GNUStep has its own IDE that you can get here. I have never tried it, so I can't say if it is any good.
Upvotes: 1