天天看点

如何搭建windows mobile应用开发的环境

如何搭建windows mobile应用开发的环境

很多教程都有介绍如何搭建windows mobile应用开发的环境,在这里也不厌其烦的向大家介绍一下我平常使用到的开发工具,以及环境的搭建。

  一 、 准备开发工具 在搭建三星windows mobile开发环境之前,我们需要准备以下的环境以及工具:   PC 系统环境: Windows XP SP2 (或更新的service pack) 或者 Windows Vista;   开发工具: Visual Studio 2008 专业版 (或以上) 或者 Visual Studio 2005 标准版 (或以上)   SDK:          The Windows Mobile 6 SDK ( https://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=38c46aa8-1dd7-426f-a913-4f370a65a582) The Windows Mobile 6.5 SDK (http://innovator.samsungmobile.com/cn/down/cnts/toolSDK.detail.view.do?platformId=2&cntsId=5987&listReturnUrl=http%3A%2F%2Finnovator.samsungmobile.com%3A80%2Fcn%2Fdown%2Fcnts%2FtoolSDK.list.do%3FplatformId%3D2)   同步工具:          ActiveSync 4.5 (Windows XP版) 或者 Windows Mobile Device Center(Windows Vista版), 用以连接您的Windows Mobile 6 设备到 PC上 要下载和安装 ActiveSync: http://www.microsoft.com/windowsmobile/en‐us/help/synchronize/activesync45.mspx 要下载和安装Windows Mobile Device Center: http://www.microsoft.com/windowsmobile/en‐us/help/synchronize/device‐center.mspx   开发辅助工具:     Visual assist 10.5.1711.非常好的VC插件,自动识别各种关键字,系统函数,成员变量,自动给出输入提示,自动更正大小写错误,自动标示错误,等等。( http://download.csdn.net/source/992088)   开发用手机:     为了更好的开发三星windows mobile应用程序,您还需要准备一部带有数据线的三星Windows Mobile 6/6.5手机,用以实时的在手机上调试应用程序,毕竟模拟器不是万能的,有些功能没有办法在模拟器上得到很好的调试。   二 、 工具安装 以上工具并没有特定的安装顺序,对于没有安装任何环境的初级开发者,可以按照以下顺序进行安装,以减少安装过程中不必要的失误。   1. 首先安装Visual Studio 2005/2008,这是最基本的开发工具,编写代码,调试代码均通过此工具来完成; 2. 在Visual Studio安装完成以后,我们可以安装Visual assist这个辅助开发工具,功能很强大,具体在上面的工具介绍中有简述; 3. 安装SDK工具包,首先安装Windows Mobile 6 SDK,这是微软的标准SDK包,以后程序所调用的绝大部分API将引用这个SDK里的内容,如果涉及到windows mobile6.5手机的开发,在这里同样也可以安装Windows Mobile 6.5 SDK; 4. 安装同步工具,如果是XP系统则安装ActiveSync 4.5,如果是VISTA系统安装Windows Mobile Device Center;此工具可以让Windows Mobile与PC同步和共享数据文件,也是Visual Studio和手机之间调试程序必备的软件。安装完成以后,可以将您所拥有的三星Windows Mobile手机通过数据线连接到电脑上,就会自动开始连接和同步过程。            到此,我们初步完成了对开发工具的安装过程。      下一次我们将介绍如何安装三星Windows Mobile SDK以及如何在Visual Studio上部署其安装环境。 http://innovator.samsungmobile.com/cn/bbs/discussion/view.do?boardId=913&boardName=pick_WM&messageId=63031&messageNumber=&messageCategoryId=0&startId=zzzzz~&startPage=1&curPage=1&rowsPerPage=10&searchType=title&searchText=&searchDays=0&searchTitleFlag=false&searchContentsFlag=false&searchRegisterNicknameFlag=false&lastPageFlag=&categoryId=382&parentCategoryId=218&platformId=2&selectOrder=REGISTER_DATE&selectOrderDirection=DESC&searchParameters=/cn/bbs/discussion/thread.list.do%3FlistLines%3D10|searchType%3Dtitle|curPage%3D2|selectOrder%3DREGISTER_DATE|selectOrderDirection%3DDESC|&startDate=&endDate=&searchTypeForm=&searchTextForm=

继续阅读