Symbian C++ Mac OS X 下的开发
自去年以来,我一直在使用 Carbide.c++ Windows 下。问题是我今年转向了 Mac OS X(买了一台 Macbook Pro),当我准备下载 Carbide.c++ 时,我发现它仅适用于 Windows,因为有以下要求:
Microsoft Windows XP Professional Service Pack 2 或 Microsoft Windows Vista(32 位)。
1 GB RAM。
Carbide.c++ 需要 700 MB 可用磁盘空间。
1.8GHz 处理器; x86架构。
ActiveState ActivePerl-5.6.1.635.
至少一个Symbian OS平台SDK。
1,024 x 768 像素屏幕,能够显示 16 位颜色。
但是 Mac OS X 有其他选择吗?
I've been developing for Symbian S60 3rd Edition since last year using Carbide.c++ under Windows. THe problem is that I moved to Mac OS X this year(bought a Macbook Pro) and when I was going to download Carbide.c++, I saw that it's Windows-only, because of the Requirements:
Microsoft Windows XP Professional Service Pack 2 or Microsoft Windows Vista (32-bit).
1 GB of RAM.
700 MB of free disk space for Carbide.c++.
1.8-GHz processor; x86 architecture.
ActiveState ActivePerl-5.6.1.635.
At least one Symbian OS platform SDK.
1,024 x 768-pixel screen capable of displaying 16-bit colour.
But there are any alternatives for Mac OS X?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
截至目前,如果您想为 Symbian 开发应用程序(无论使用 QT 或不使用 QT),Mac 尚未得到正式支持。问题是创建最终二进制文件所需的所有工具只能在 Windows (abld) 上运行。
此页面诺基亚论坛上说得很清楚:
Qt for Symbian 开发要求
为了开发适用于 Symbian 设备的 Qt 应用程序,您需要以下设置:
您需要一台 Windows 电脑。目前,Symbian 开发在 Windows XP 和 Windows Vista 上得到了最好的支持。
您可以通过 qt 从 mac 使用远程编译器。
http://labs. qt.nokia.com/2011/01/20/qt-sdk-1-1-technology-preview-released/
As of now, Mac is not officially supported if you want to develop apps for Symbian (either using QT or without QT). The problem is that all the tools needed to create the final binary run only on Windows (abld).
This page on Forum Nokia makes it pretty clear:
Qt for Symbian development requirements
In order to develop Qt applications for Symbian devices you'll need the following setup:
You need a Windows PC. At present, Symbian development is best supported on Windows XP and Windows Vista.
You can use remote compiler from mac via qt.
http://labs.qt.nokia.com/2011/01/20/qt-sdk-1-1-technology-preview-released/
一种替代方法是在 Mac 上使用 QT Creator 来开发您的 Symbian 应用程序。您只能在 Mac 上为 SImulator 版本开发和调试它,因此在 Mac 上完成开发/测试后,您可以使用 Windows 上的软件版本控制工具传输项目/同步,以进行实际的目标调试。
One alternative is to use QT Creator on Mac to develop your Symbian app. You can develop and debug it for SImulator versions only on Mac, so once you're done developing/testing it on Mac, you can transfer your project/synch with your s/w versioning tool on Windows for actual on-target debugging.
您可以从 http://qt.nokia.com/downloads/ 下载 MacO 版 Qt sdk-mac-os-cpp。诺基亚强烈敦促 Qt 进行新的开发(标准化)。请继续关注 2 月 11 日的诺基亚投资者战略和财务简报。
You can download Qt for MacOs from http://qt.nokia.com/downloads/sdk-mac-os-cpp. Nokia is strongly urging (standardizing on) Qt for new development. Stay tuned for the Nokia Investor Strategy and Financial Briefing on Feb. 11.
在 VMWare 中运行 Symbian 模拟器对我来说从来没有 100% 有效...如果 Qt 对你来说足够了,你可以使用 QtCreator - 它也适用于 MAC 操作系统。
BR
斯坦恩
running Symbian emulator in VMWare never worked 100% for me... If the Qt is enough for you you can use QtCreator - it is available also for MAC OS.
BR
STeN