Error creating a WIN CE6 VS 2005 image

E-C-N 1 Reputation point
2022-03-15T18:40:45.833+00:00

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@@q a @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@@q a @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 for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
384 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michel Verhagen 96 Reputation points MVP
    2022-04-04T06:20:14.07+00:00

    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.

    0 comments No comments