隐式调用dll和显式调用dll

时间:2016-08-15 05:11:06
【文件属性】:
文件名称:隐式调用dll和显式调用dll
文件大小:11KB
文件格式:RAR
更新时间:2016-08-15 05:11:06
dll.调用 隐式调用dll和显式调用dll,并做了demo在同一个solution下编译就可以尝试,通过宏来控制隐式和显示调用。显示调用即使dll改名依然能够获取函数地址,通过函数指针来使用。
【文件预览】:
TestCallDll
----TestCallDll()
--------TestCallDll.vcxproj(4KB)
--------TestCallDll.vcxproj.user(143B)
--------TestCallDll.vcxproj.filters(953B)
--------main.cpp(1KB)
----TestCallDll.suo(14KB)
----TestCallDll.sln(1KB)
----DestDll()
--------stdafx.cpp(294B)
--------stdafx.h(419B)
--------DestDll.vcxproj.user(143B)
--------DestDll.h(336B)
--------dllmain.cpp(410B)
--------targetver.h(314B)
--------DestDll.cpp(230B)
--------destDll.def(28B)
--------DestDll.vcxproj(5KB)
--------DestDll.vcxproj.filters(2KB)
--------ReadMe.txt(2KB)

网友评论

  • 不错,简单实用
  • 源码可以用,适合初学者使用。