同步工具:Microsoft ActiveSync_win7,drvupdate-x86;這兩個(gè)工具都可以在微軟網(wǎng)站上下載到,前者是WIN7下的同步工具,后者是Windows Mobile設(shè)備中心。這兩個(gè)工具缺一不可,其中Windows Mobile設(shè)備中心的配置和原來(lái)Microsoft ActiveSync 4.5的設(shè)置是一樣的。
編譯器我用的VS2008自帶的VC9.0,在設(shè)備連上PC上,Window Mobile設(shè)備中心會(huì)自動(dòng)裝載驅(qū)動(dòng)并同步設(shè)備,這是同步成功以后的畫(huà)面。

經(jīng)過(guò)自己的實(shí)踐,我發(fā)現(xiàn)這個(gè)Window Mobile設(shè)備中心不夠穩(wěn)定,有時(shí)會(huì)莫名其妙的連不上設(shè)備。而且在模擬器啟動(dòng)正常以后,記得要“Cardle”一下。
支持VS2008的WTL的版本是09年5月份是發(fā)布了8.1版本,下載地址:
http://sourceforge.net/project/showfiles.php?group_id=109071&package_id=321560&release_id=680959,值得注意的是這個(gè)WTL8.1發(fā)布的有些匆忙,要修改如下的文件才可以用WTL的工程向?qū)А?
AppWizMobile/Files/WTLMobile.vsz
- Wizard=VsWizard.VsWizardEngine.8.0
+ Wizard=VsWizard.VsWizardEngine.9.0
AppWizMobile/Files/HTML/1033/AppType.htm, default.htm, Platforms.htm,UIFeatures.htm
- classid="CLSID:D245F352-3F45-4516-B1E6-04608DA126CC"
+ classid="CLSID:5AFCAD52-F3CC-43BB-A605-6602EE5BD94A"
AppWizMobile/Files/Scripts/1033/default.js
- new ActiveXObject("ProjWiz.SDProjWiz2.2");
+ new ActiveXObject("ProjWiz.SDProjWiz2.3");
WM6.5SDK和模擬器下載地址為:http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=20686a1d-97a8-4f80-bc6a-ae010e085a6e
這是微軟官方的說(shuō)明:The Windows Mobile 6.5 Developer Tool Kit adds documentation, sample code, header and library files, emulator images and tools to Visual Studio that let you build applications for Windows Mobile 6.5. This document contains important information about this package. For general information about writing software for Windows Mobile, please see the Windows Mobile Developer Center. The Windows Mobile 6 SDK must also be installed in order to use any of the Windows Mobile 6.5 Gesture API or samples.
注:VC6在win7下一樣可以使用,不過(guò)它和xp下一樣,和viso2007是有沖突的,解決方法和xp下的解決方法一樣,在微軟的官網(wǎng)上下個(gè)補(bǔ)丁或直接點(diǎn)擊下面的鏈接即可。
filetool,要注意的是,這只是個(gè)插件,如果我們還想用打開(kāi)文件這個(gè)菜單,必須在VC6的Tools-Customize-keyboard-file選項(xiàng)中fileopen的shortcut設(shè)置和Add-ins選項(xiàng)下的openfile的shortcut設(shè)置的一樣就可以,然后重啟啟動(dòng)一下編譯器就可以了。