|
在运行时出现下面错误
--------------------Configuration: evcRepl - Win32 (WCE emulator) Debug--------------------
Linking...
replrda.obj : error LNK2019: unresolved external symbol __imp__CoCreateInstance referenced in function "void __cdecl InitializeReplicationRDA(void)" (?InitializeReplicationRDA@@YAXXZ)
replrda.obj : error LNK2019: unresolved external symbol __imp__SysAllocString referenced in function "long __cdecl AddSubscription(struct HWND__ *,unsigned int,unsigned int,long)" (?AddSubscription@@YAJPAUHWND__@@IIJ@Z)
replrda.obj : error LNK2019: unresolved external symbol __imp__SysFreeString referenced in function "long __cdecl AddSubscription(struct HWND__ *,unsigned int,unsigned int,long)" (?AddSubscription@@YAJPAUHWND__@@IIJ@Z)
showerr.obj : error LNK2001: unresolved external symbol __imp__SysFreeString
showerr.obj : error LNK2019: unresolved external symbol __imp__VariantClear referenced in function "void __cdecl ShowErrors(struct ISSCEErrors *,unsigned short *)" (?ShowErrors@@YAXPAUISSCEErrors@@PAG@Z)
showerr.obj : error LNK2019: unresolved external symbol __imp__VariantInit referenced in function "void __cdecl ShowErrors(struct ISSCEErrors *,unsigned short *)" (?ShowErrors@@YAXPAUISSCEErrors@@PAG@Z)
corelibc.lib(wwinmain.obj) : error LNK2019: unresolved external symbol _wWinMain referenced in function _wWinMainCRTStartup
emulatorDbg/evcRepl.exe : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
evcRepl.exe - 8 error(s), 0 warning(s)
|
|