I change my project form vs2005 to vs2015, following link error occured.
error LNK2019: unresolved external symbol __imp__BGMessageBox @20 referenced in function "private: long __thiscall CUrlParseMgr::ExecutePath(wchar_t const *)...
Through other people's solution, I make sure that the program is linking with user32.lib, but it doesn't work.
Have anybody ever solved it ?