如何在 Windows 上使用 jEdit 编辑器在 Objective C 中进行编码
我是 Objective C 的新手。 我已经在 Windows 7 上安装了 jEdit 和 gcc 编译器。 我需要知道如何使用 jEdit 在 Windows 上开发 Objective C 应用程序
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只需在 jEdit 中编写代码(文件扩展名为 .m)并编译即可。如果你想开发 iPhone 应用程序,你将不得不做一些其他的事情,因为它需要 Mac 原生的额外库。最简单的方法是购买 Mac,或者您可以在此处查找有关在 Windows 中执行此操作的一些信息:
http://www.taranfx.com/how-to-develop-iphone-apps-on-windows
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
您需要一个 Objective C 编译器,以及一组框架,例如 GNUstep。您可以在 http://www.gnustep.org 获取这两个内容。工作正在进行中,但还有很多工作要做,尤其是在 Windows 上。
You'll need an Objective C compiler, plus a set of frameworks like GNUstep. You can get both at http://www.gnustep.org. Work is ongoing, but there's a lot left to do, especially on Windows.