我想开始为 Windows Mobile 设备进行开发,因为我计划下周购买一个。 (发薪日)
到目前为止,我的大部分 PDA 体验都是使用 Palm OS(m100、m105、Zire 71 和 T3)。 对于 Palm,有一些很好的编程实用程序,主要是 PocketC 和 OnboardC。 这些让您可以在路上进行编程和测试。 在我的 PC 上编写完整的应用程序之前,我会大量使用 PocketC 进行测试和原型设计。
现在的问题是,是否有 Windows Mobile 的等效项,可以让我在手机上编译/解释代码?
谢谢
你 我知道 PocketC CE 不再受支持,还有 PythonCE,尽管我更喜欢仍然受支持并且类似于 C 或 C++ 的东西。
编辑:
也许我应该说明我的预算有限,NSBasic 似乎不错,但 149.99 美元几乎是设备的价格。 唯一的另一个问题是它是 BASIC 的。
I want to start developing for Windows Mobile Devices, as I plan to buy one next week. (pay day)
So far most of my PDA experience is with Palm OS (m100, m105, Zire 71 and T3). For Palm there are a few good utilities for programming, mainly PocketC and OnboardC. These let you program and test on the road. I would use PocketC quite a bit for testing and prototyping, before coding the full app on my PC.
Now the question is are there any equivalents for Windows Mobile, that will let me compile/interpret code on the phone?
Thank you
P.S. I'm aware of PocketC CE, which is no longer supported, and PythonCE, though I would prefer something that is still supported and is or like C or C++.
EDIT:
Maybe I should have stated that I'm on a budget, NSBasic seems good, but at $149.99 it's nearly the price of the device. The only other issue is that it's BASIC.
发布评论
评论(4)
NSBASIC 怎么样? 他们的产品页面(http://www.nsbasic.com/ce/)说您可以开发在设备上,但我只对 Palm 版本有个人经验,除了桌面之外我不需要在任何地方进行开发。
How about NSBASIC? Their product page (http://www.nsbasic.com/ce/) says you can develop on the device, but I only have personal experience with the Palm version where I didn't need to develop anywhere other than the desktop.
NS Basic/CE 允许您在设备上编程。 它有一个内置的屏幕设计器和一个简单的调试器。 该语言本身是 VBScript(VB 的子集),并具有针对 Windows Mobile 的扩展。 它还支持 SQLite、Winsock 等外部 dll。
NS Basic/CE allows you to program on the device. It has a built in screen designer and a simple debugger. The language itself is VBScript (a subset of VB), with extensions for Windows Mobile. It also supports external dll's for SQLite, Winsock and lots more.
嗯..那么你真的想在设备上进行开发吗? 为什么?
无论如何,以下是您的选择:
我知道你提到了PythonCE & Pocket C。但添加是为了理解:)
hmmm.. So you really want to develop on the device? Why?
Anyway, Here are your options:
I know you mentioned PythonCE & Pocket C. But added for comprehension :)
我不知道它是否会做你想要的,但还有 MortScript。
I don't know if it would do what you want, but there's also MortScript.