我在Settings中选择了“Use MFC in a share DLL"然后再编译DLL,
结果报错误:
--------------------Configuration: usefuldll - Win32 Debug--------------------
Compiling...
usefuldll.cpp
Linking...
   Creating library Debug/usefuldll.lib and object Debug/usefuldll.exp
usefuldll.obj : error LNK2001: unresolved external symbol __imp__wsprintfA
Debug/usefuldll.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.usefuldll.dll - 2 error(s), 0 warning(s)这是什么问题?