次の方法で共有


Windows CE: Academic Training Materials Available.

Found this on the Academic Care Blog - Windows CE 6.0 Academic Training material has been created by Professor Jim Hamblen from Georgia Tech and is now available for download.

This curriculum is available for faculty to download on the Academic Alliance Repository here or by visiting: https://www.academicresourcecenter.net/curriculum/search/SearchResults.aspx?ShowResults=1&SearchText=6672

More information available on the Academic Care Blog.

- Mike

Comments

  • Anonymous
    September 11, 2007
    Hello Mike, I am studying WCE 6.0 and met two problems when creating and testing applications in VS2005, could you help to look at it? Problem 1 -- MFC Smart Device Application could not be linked when using my platform creating in VS2005.

Details: Step1. In VS2005, I created a new OS Design with Device Emulator:ARMV4I, Industrial Device, Internet Appliance, Internet Browser, LAN&WAN, Download:DMA, Transport:DMA, Debugger:None and uncheck Enable KITL. Step2. Built sysgen. Step3. Added new SDK and build it. Step4. Installed new SDK. Step5. Created MFC Smart Device Application with new SDK platform for Dialog Based and built it. Step6. Firstly there were errors about can not open aygshell.h and shellsdk.h, so I included them from WCE600 install folder. Step7. Rebuilt it and noticed there were many link errors such as <uafxcw.lib(arccore.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)>. Problem 2 -- Win32 application for Smart Device using my new SDK could be built an run successfully but could not be deployed, even after I checked the network configuration for newtwork communication card for my SDK and rebuilt all again.