I'm trying to build an OS image using VS2005 and CE6.0.
The settings are:
BSP - Device Emulador: ARM41
Design: PDA DEVICE
Mobile HandHeld
The selected applications Media options
.Net Compact Framework 2.0
ActiveSync
Internet Browser (Internet Explorer 6.0)
Quarter VGA Resoucers - Portrait Mode
The Networking Communications options selected
* Local Area Network (LAN)
* Personal Area Network (PAN) ( Bluetooth e IrDA)
When compiling, the following error message appears:
C:\WINCE600\public\common\oak\lib\ARMV4I\debug\commctrl.lib C:\WINCE600\public\common\oak\lib\ARMV4I\debug\commctrl_hpc.lib C:\WINCE600\public\common\oak\lib\ARMV4I\debug\commctrlview.lib
E:\OSDesign1\Wince600\DeviceEmulator_ARMV4I\cesysgen\sdk\lib\ARMV4I\debug\coredll.lib E:\OSDesign1\Wince600\DeviceEmulator_ARMV4I\cesysgen\oak\target\ARMV4I\debug\0409\commctrl.res C:\WINCE600\public\common\oak\lib\ARMV4I\debug\corelib0.lib E:\OSDesign1\Wince600\DeviceEmulator_ARMV4I\cesysgen\oak\lib\ARMV4I\debug\corelib1.lib
E:\OSDesign1\Wince600\DeviceEmulator_ARMV4I\cesysgen\sdk\lib\ARMV4I\debug\commctrl.exp
commctrl.lib(prsht.obj) : error LNK2019: unresolved external symbol CloseGestureInfoHandle referenced in function "int cdecl PropSheetDlgProc(struct HWND ,unsigned int,unsigned int,long)" (?PropSheetDlgProc@@YAHPAUHWND_@@IIJ@Z)
commctrl.lib(tab.obj) : error LNK2001: unresolved external symbol CloseGestureInfoHandle
commctrl.lib(tab.obj) : error LNK2019: unresolved external symbol GetGestureInfo referenced in function Tab_WndProc
commctrl_hpc.lib(lvlogic.obj) : error LNK2019: unresolved external symbol SetWindowAutoGesture referenced in function "void _cdecl ListView_UpdateAutoGestures(struct _LV )" (?ListView_UpdateAutoGestures@@YAXPAU_LV@@@Z)
commctrl_hpc.lib(treeview_hpc.obj) : error LNK2001: unresolved external symbol SetWindowAutoGesture
commctrl_hpc.lib(lvlogic.obj) : error LNK2019: unresolved external symbol GetWindowAutoGesture referenced in function "void __cdecl ListView_UpdateAutoGestures(struct LV *)" (?ListView_UpdateAutoGestures@@YAXPAU_LV@@@Z)
commctrl_hpc.lib(treeview_hpc.obj) : error LNK2019: unresolved external symbol GetAnimateMessageInfo referenced in function "int cdecl TV_PlatformPreproc(struct HWND ,unsigned int,unsigned int,long,struct _TREE )" (?TV_PlatformPreproc@@YAHPAUHWND@@IIJPAU_TREE@@@Z)
commctrl.lib(lvgesture.obj) : error LNK2001: unresolved external symbol GetAnimateMessageInfo
commctrl.lib(lvgesture.obj) : error LNK2019: unresolved external symbol "public: static void cdecl TouchPerf::ReleaseSession(void)" (?ReleaseSession@TouchPerf@@SAXXZ) referenced in function "public: cdecl GestureTriggeredScrollCtrl::~GestureTriggeredScrollCtrl(void)" (??1GestureTriggeredScrollCtrl@@QAA@XZ)
commctrl.lib(lvgesture.obj) : error LNK2019: unresolved external symbol "public: static void cdecl TouchPerf::AcquireSession(void)" (?AcquireSession@TouchPerf@@SAXXZ) referenced in function "public: _cdecl GestureTriggeredScrollCtrl::GestureTriggeredScrollCtrl(void)" (??0GestureTriggeredScrollCtrl@@QAA@XZ)
E:\OSDesign1\Wince600\DeviceEmulator_ARMV4I\cesysgen\oak\target\ARMV4I\debug\commctrl.dll : fatal error LNK1120: 7 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return code '0x2'
Stop.