Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » unresolved external symbol error Collapse All
Subject Author Date
Jia Hong Li Feb 10, 2007 - 12:29 AM

Hi, I am trying to combine my project with ProUIS GUI, and get 1 error, as following:

error LNK2019: unresolved external symbol "class CDlgFileOper dlgFileOper" (?dlgFileOper@@3VCDlgFileOper@@A) referenced in function "public: void __thiscall ABPlusV::OnBrowseCopyFileTo(void)" (?OnBrowseCopyFileTo@ABPlusV@@QAEXXZ)

How could I resolve it ?

PS: my vs environment:
Use MFC in a shared DLL
Not using ATL
Use Unicode Character Set

Suhai Gyorgy Feb 10, 2007 - 6:03 AM

Your application and the library build should use the same settings for the compiler option Treat w_char as Built-In type when Unicode is used. The article Compatibility with Built-In Unicode Character Type may be useful with regard to this issue.