views:

33

answers:

1

I'm new to Objective C. I've installed jEdit on windows 7 and the gcc compiler too. I need to know how to use jEdit to develop Objective C applications on windows

Thank you.

A: 

You just write the code in jEdit(with .m extension for files) and compile it. If you want to develop iPhone apps, you would have to do some other stuff because it would require extra libraries that's native to Macs. Easiest way would be to get a Mac, or you can look here for some info on doing it in windows:

http://www.taranfx.com/how-to-develop-iphone-apps-on-windows

jly