orangebean

Hi,

I am trying to build a DLL in WM603 and I am getting a bunch of linking errors .

error LNK2019: unresolved external symbol "void __cdecl FcDebugPanic(void)" ( FcDebugPanic@@YAXXZ) referenced in function "long __cdecl GetTimeDifference(long,long)" ( GetTimeDifference@@YAJJJ@Z)
error LNK2019: unresolved external symbol "public: static void __cdecl SettingsManager:: DispatchProc(struct NativeInfo *)" ( DispatchProc@SettingsManager@@SAXPAUNativeInfo@@@Z) referenced in function "public: void __cdecl CoreGlobals:: Init(void)" ( Init@CoreGlobals@@QAAXXZ)
error LNK2019: unresolved external symbol "public: static void __cdecl TeleStream:: DispatchProc(struct NativeInfo *)" ( DispatchProc@TeleStream@@SAXPAUNativeInfo@@@Z) referenced in function "public: void __cdecl CoreGlobals:: Init(void)" ( Init@CoreGlobals@@QAAXXZ)
error LNK2019: unresolved external symbol time referenced in function SI_GetApproxTime
error LNK2019: unresolved external symbol "public: void __cdecl FileSocket:: PushData(class Allocator *,void const *,long,long,int)" ( PushData@FileSocket@@QAAXPAVAllocator@@PBXJJH@Z) referenced in function "public: void __cdecl ScriptPlayer:: SetDataComplete(int,int)" ( SetDataComplete@ScriptPlayer@@QAAXHH@Z)

What are these errors for and how can these be fixed Is there any way to figure out which libs are missing during compilation

Thanks in advance.

- orangebean



Re: Smart Devices Native C++ Development error LNK2019: unresolved external symbol

orangebean

Pls ignore.

The issue is fixed.





Re: Smart Devices Native C++ Development error LNK2019: unresolved external symbol

Guang-Ming Bian - MSFT

Hi orangebean,

Can you share your solution to other community, if you do, I will appreciate a lot.

Thanks,

Guang-Ming Bian - MSFT