Home > Back-end >  Use links DuiLib mistakes
Use links DuiLib mistakes

Time:10-05

The error LNK2019: cannot resolve the external symbol of "__declspec (dllimport) public: __thiscall DuiLib: : CDuiString: : CDuiString (would be const *, int)" (__imp_?? 0 CDuiString @ DuiLib @ @ QAE @ PB_WH @ Z), the symbol in the function of "public: virtual class DuiLib: : CDuiString __thiscall MainFrame: : GetSkinFolder (void)" (? GetSkinFolder @ MainFrame @ @ UAE? AVCDuiString @ DuiLib @ @ XZ) referenced



This how to solve? What additional dependencies are included in the configuration of engineering, or at the wrong

CodePudding user response:

Solved, it is the character set wrong, use the unicode character set, then the lib is _d version, should use _ud version or character set into bytes
  • Related