question

ECN-8380 avatar image
0 Votes"
ECN-8380 asked MichelVerhagen-6468 answered

Error creating a WIN CE6 VS 2005 image

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.

windows-embedded
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MichelVerhagen-6468 avatar image
0 Votes"
MichelVerhagen-6468 answered

You need to include the physics engine (SYSGEN_PHYSICSENGINE) and the default gesture response component (SYSGEN_GESTUREANIMATION), but I'm not sure those are even available in CE6.... It's been a while since I worked on CE6.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.