设置 Windows 机器来编写 Objective-C 代码

发布于 2024-12-05 05:17:01 字数 359 浏览 3 评论 0原文

可能的重复:
Windows 版 Objective C
Windows 上的 iPhone 开发

如何在 Windows Vista(32 位)上设置和编写 Objective-C ) 机器?

有人可以给我指示吗?

Possible Duplicate:
Objective C for Windows
iPhone development on Windows

How do i setup and write Objective-C on my Windows Vista (32 bit) machine?

Can someone please give me instructions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

谁与争疯 2024-12-12 05:17:01

您可以使用 GNUStep http://www.gnustep.org/。您还可以将 Eclipse CDT 与 GNUStep 结合使用,请参阅此处的配置 http:// /wirecode.blogspot.com/2007/11/objective-c-and-eclipse.html

You can use GNUStep http://www.gnustep.org/. You can also use Eclipse CDT with GNUStep, see configuration here http://wirecode.blogspot.com/2007/11/objective-c-and-eclipse.html

娇纵 2024-12-12 05:17:01

您也许能够使用 GNUStep 工具链在 Windows 计算机上编译 Objective C 代码。但这将不允许您编写 iPhone 应用程序,因为 Objective C 运行时非常不同,因此您将无法与任何 Apple 的 iOS 框架链接,或使用它们的大部分示例代码。

You might be able to compile Objective C code on a Windows machine using the GNUStep toolchain. But this will not allow you to write iPhone apps, as the Objective C runtimes are very different, so you won't be able to link with any of Apple's iOS frameworks, or use much of their example code.

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