如何在 Windows 上使用 jEdit 编辑器在 Objective C 中进行编码

发布于 2024-09-27 09:36:42 字数 122 浏览 0 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

榆西 2024-10-04 09:36:42

您只需在 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

回忆那么伤 2024-10-04 09:36:42

您需要一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文