Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I migrated VC2008 to VC2012 Project. I am getting Linker Errors as.

uafxcw.lib(afxsound.obj) : error LNK2019: unresolved external symbol __imp__Play
SoundW@12 referenced in function "void __cdecl AFXSoundThreadProc(void *)" (?AFX
SoundThreadProc@@YAXPAX@Z)

uafxcw.lib(afxribboninfo2.obj) : error LNK2001: unresolved external symbol _CLSI
D_DOMDocument60
uafxcw.lib(oledlgs2.obj) : error LNK2019: unresolved external symbol _OleUIBusyW
@4 referenced in function "public: virtual int __thiscall COleBusyDialog::DoModa
l(void)" (?DoModal@COleBusyDialog@@UAEHXZ)

../../WIN32/dbqmsi/nt-i386/RELEASE/tdqmsubm.dll : fatal error LNK1120: 3 unresol
ved externals


Please let me know where i have done wrong.


Thanks & Regards,
Uday.
Posted
Comments
Richard MacCutchan 30-Aug-13 9:16am    
If these are third party libraries then you need to go back to the suppliers. Also check MSDN for the correct usage of the functions in question.

1 solution

the first error leads to the following errors. You somehow lost the winmm,lib for Playsound

http://msdn.microsoft.com/en-us/library/windows/desktop/dd743680(v=vs.85).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900