我可以使用哪些语言为 Windows Mobile 进行开发?

发布于 2024-08-10 01:12:16 字数 133 浏览 4 评论 0原文

今天我的新 HP iPAQ 送到了我家,但现在我想在开始任何项目之前了解两件事:

  • 我可以用哪些语言为其开发(Windows Mobile 5)?
  • 哪里可以下载这个软件?

谢谢。

Today my new HP iPAQ was delivered at my home, but now I want to know two things before I start any project:

  • In which languages can I develop for it(Windows Mobile 5)?
  • Where can I download this softwares?

Thanks.

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

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

发布评论

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

评论(3

爱,才寂寞 2024-08-17 01:12:16

Windows Mobile 运行.NET Compact Framework,它将支持C# 和VB.NET 开发。您还可以使用 C++ 或嵌入式 Visual Basic 中的 MFC/Win32 API 进行 Windows Mobile 开发。归根结底,它是一个基于 Win32 的精简操作系统,因此还有其他选择,但这些可能是最受欢迎的。

根据您的经验,获取 Visual Studio 2008 并使用 .NET 语言进行开发可能会更容易,开发体验非常好,并且 Visual Studio 中有内置模拟器,因此您不需要有一个除非您使用的是设备连接或嵌入式硬件,否则设备已插入。

不幸的是,Visual Studio 2008 Express 版本(免费版本)不支持移动开发,您需要运行试用版或购买许可证。

Windows Mobile runs the .NET Compact Framework, which will support development in C# and VB.NET. You can also develop for Windows Mobile using MFC/Win32 APIs in C++ or Embedded Visual Basic. At the end of the day it's a stripped-down Win32-based OS, so there are other options, but these are probably the most popular.

Depending on your experience, it will probably be easier to get Visual Studio 2008 and develop in a .NET language, the development experience is pretty nice and there is a built-in emulator in Visual Studio, so you don't need to have a device plugged in unless you are working with device-attached or embedded hardware.

Unfortunately, Visual Studio 2008 Express editions (the free versions) do not support Mobile development, you would need to run a trial version or purchase a license.

烟雨扶苏 2024-08-17 01:12:16

Microsoft 通常有 3 种语言可供选择:C#、VB.NET 或 C/C++。这些都是使用 Visual Studio 2008 Professional(或更高版本)完成的。

对于非 Microsoft 产品,您还有其他一些产品,例如:

From Microsoft you generally have 3 language options: C#, VB.NET or C/C++. These are all done using Visual Studio 2008 Professional (or higher).

For non-Microsoft offerings you have a few others such as:

肤浅与狂妄 2024-08-17 01:12:16

我使用 Visual Studio 2008 来学习 Windows Mobile 编程。 Visual Studio 2008 附带了开始为 Windows Mobile 手机编程所需的一切。我用 C# 编写了我的应用程序,不确定 Windows Mobile 是否有任何其他语言,但一个很好的入门链接是 Windows Mobile 开发中心

I used Visual Studio 2008 to learn about Windows Mobile programming. Visual Studio 2008 comes with everything you need to get started with programming for Windows Mobile phones. I wrote my application with C#, not sure of any other languages for Windows Mobile, but a good link to get started is Windows Mobile Development Center.

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