MFC c++静态链接库的调用

时间:2017-03-28 18:00:15
【文件属性】:
文件名称:MFC c++静态链接库的调用
文件大小:5.97MB
文件格式:ZIP
更新时间:2017-03-28 18:00:15
MFC 显示和隐式 对编程中遇到的问题做了详细的描述。 extern "C" _declspec(dllimport)void ShowDlg(void); //函数前面若不添加extern "C" _declspec(dllimport)将出现 //error LNK2001: 无法解析的外部符号 "void __cdecl ShowDlg(void)" (?ShowDlg@@YAXXZ)
【文件预览】:
StaticMfcDll
----StaticMfcDll()
--------stdafx.cpp(143B)
--------StaticMfcDll.aps(35KB)
--------StaticMfcDll.cpp(1KB)
--------res()
--------stdafx.h(1KB)
--------StaticMfcDll.vcxproj.filters(2KB)
--------StaticMfcDll.h(431B)
--------StaticMfcDllDlg.cpp(807B)
--------targetver.h(236B)
--------StaticMfcDllDlg.h(462B)
--------StaticMfcDll.vcxproj.user(143B)
--------StaticMfcDll.rc(8KB)
--------StaticMfcDll.vcxproj(6KB)
--------resource.h(1KB)
--------StaticMfcDll.lib(2KB)
--------StaticMfcDll.dll(5.84MB)
--------global.cpp(148B)
--------Debug()
--------StaticMfcDll.def(92B)
--------ReadMe.txt(2KB)
----StaticMfcDll.suo(17KB)
----StaticDllCall()
--------stdafx.cpp(146B)
--------StaticDllCall.cpp(2KB)
--------res()
--------stdafx.h(2KB)
--------StaticDllCallDlg.cpp(4KB)
--------StaticDllCall.h(484B)
--------StaticDllCall.aps(103KB)
--------targetver.h(234B)
--------StaticDllCall.vcxproj.user(143B)
--------StaticDllCall.vcxproj.filters(2KB)
--------resource.h(1KB)
--------StaticDllCall.rc(10KB)
--------StaticMfcDll.lib(2KB)
--------StaticDllCallDlg.h(649B)
--------Debug()
--------ReadMe.txt(3KB)
--------StaticDllCall.vcxproj(6KB)
----StaticMfcDll.opensdf(24B)
----ipch()
--------staticdllcall-a7717c02()
----Debug()
--------StaticDllCall.exe(6MB)
--------StaticMfcDll.lib(2KB)
--------StaticMfcDll.dll(5.84MB)

网友评论

  • solution文件都没有,蛋疼的