Windows Mobile 6.5 C#开发:从哪里开始?

Windows Mobile 6.5 C#开发:从哪里开始?,windows,mobile,c#,Windows,Mobile,C#,我从哪里开始使用C语言为Windows Mobile 6.5开发应用程序?您可以从购买Visual Studio 2008开始。它包含在Mobile6.x平台上开发所需的工具。令人遗憾的是,express版本不提供此功能,Visual Studio 2010仅为Windows 7移动平台设计 如果您仍然需要学习C#,那么首先选择Visual Studio 2008 Express for C#,然后购买一本书。它可以让您在不花太多钱的情况下学习Win32和C代码的基础知识。SDK下载在这里:De

我从哪里开始使用C语言为Windows Mobile 6.5开发应用程序?

您可以从购买Visual Studio 2008开始。它包含在Mobile6.x平台上开发所需的工具。令人遗憾的是,express版本不提供此功能,Visual Studio 2010仅为Windows 7移动平台设计

如果您仍然需要学习C#,那么首先选择Visual Studio 2008 Express for C#,然后购买一本书。它可以让您在不花太多钱的情况下学习Win32和C代码的基础知识。

SDK下载在这里:

Dev Env:

使用visual studio 2008,使用VB/C++/C#启动智能设备应用程序

数据库:


问候

最好的出发点是

在那里你会发现大量不同的资源、实验室、实践等。 在MSDN中,从

可以找到一些代码示例

除了MSDN,web上还充满了资源,例如:

  • 也很好,因为很多东西都适用于6.x
  • 你也可以考虑书

玩得开心:)

我建议您从中获取并阅读(亚马逊链接)

下载Visual Studio 2008完整版,供试用(90天)或完全使用(如果您以前购买过但丢失了CD)。当然,如果你有这张CD,你可以用这张CD

然后从下载Windows Mobile 6.5 SDK


祝你好运

要在6.x系列中开发Windows mobile应用程序,

您应该具备以下要求

开发IDE:

Visual Studio 2005 or visual studio 2008(Recommented)
Microsoft Visual C++, Visual Basic, C#(Recommented due to object oriented, popular)
.Net Framework is differnet from .Net Compact Framework.

Use .Net Framework for compilation, .Net compact for library. because, .net compact
donot have compiler on its own.
编程知识:

Visual Studio 2005 or visual studio 2008(Recommented)
Microsoft Visual C++, Visual Basic, C#(Recommented due to object oriented, popular)
.Net Framework is differnet from .Net Compact Framework.

Use .Net Framework for compilation, .Net compact for library. because, .net compact
donot have compiler on its own.
其他工具和环境的安装:

Visual Studio 2008 for Development purpose

Microsoft windows mobile software development kit (aks Emulator to Test)

Windows Mobile Device Center (Recommented) or Active Sync (To Establish connection b/w 
host and emultor(Network, file system etc))

.Net FrameWork 3.5 or more (csc.exe) For Compilation of .net compact libarary

.Net Compact FrameWork(CAB File)

.Net SQL compact Framework (If your application uses database)
注意:

Visual Studio 2005 or visual studio 2008(Recommented)
Microsoft Visual C++, Visual Basic, C#(Recommented due to object oriented, popular)
.Net Framework is differnet from .Net Compact Framework.

Use .Net Framework for compilation, .Net compact for library. because, .net compact
donot have compiler on its own.
下载链接:

Visual Studio 2005 or visual studio 2008(Recommented)
Microsoft Visual C++, Visual Basic, C#(Recommented due to object oriented, popular)
.Net Framework is differnet from .Net Compact Framework.

Use .Net Framework for compilation, .Net compact for library. because, .net compact
donot have compiler on its own.
Microsoft下载中心提供所有与Microsoft相关的产品。

我对C#知识很有信心。只是想知道winmo6.5的SDK工具从未使用过studio,只有C#和C++的单独安装.net和compact.net框架之间存在差异。如果您熟悉该标准,那么您将了解compact框架中的所有内容,重要的是要注意哪些内容不可用(仅包括约30%的标准框架)。详情请参见此处: