I am getting an error while compiling in vc++ vs2005.
error LNK2019: unresolved external symbol __imp__MessageBoxA@16
referenced in function "void __cdecl MsgBox(char const *,char const *,...)"
(?MsgBox@@YAXPBD0ZZ)
I am getting an error while compiling in vc++ vs2005.
error LNK2019: unresolved external symbol __imp__MessageBoxA@16
referenced in function "void __cdecl MsgBox(char const *,char const *,...)"
(?MsgBox@@YAXPBD0ZZ)
There are a few causes of linker errors:
Could you post a code snippet of the area in question?