我从build log里看了下,完全看不懂,有谁知道啊,log如下:
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)
D:\WINCE600\OSDesigns\FEILING_2440_CE6\S3C2440_CE6\Wince600\TE2440CE6_ARMV4I\cesysgen\oak\target\ARMV4I\retail\commctrl.dll : fatal error LNK1120: 7 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: 'D:\WINCE600\sdk\bin\i386\nmake.exe' : return code '0x2'
Stop.
|