内存加载动态库(dll)

时间:2021-05-27 08:42:06
【文件属性】:
文件名称:内存加载动态库(dll)
文件大小:6.01MB
文件格式:RAR
更新时间:2021-05-27 08:42:06
加载dll 用MemoryMoudle的类,演示内存加载dll。测试用的dll是我自己写的,里面只有一个函数add,功能是求两个数之和。演示程序里button1是加载动态库,button2是求1+2的和。非常简单
【文件预览】:
testdll3
----testdll3.suo(14KB)
----testdll3()
--------testdll3Dlg.h(660B)
--------stdafx.cpp(139B)
--------testdll3.cpp(2KB)
--------testdll3.rc(5KB)
--------res()
--------stdafx.h(2KB)
--------MemoryModule.c(24KB)
--------testdll3.vcproj.DINGDING.Administrator.user(1KB)
--------testdll3.h(453B)
--------SampleDLL.dll(452KB)
--------MemoryModule.h(3KB)
--------resource.h(726B)
--------testdll3.vcproj(5KB)
--------testdll3.aps(57KB)
--------Debug()
--------studydll.dll(196KB)
--------ReadMe.txt(3KB)
--------testdll3Dlg.cpp(6KB)
----debug()
--------testdll3.pdb(3.37MB)
--------testdll3.exe(164KB)
--------testdll3.ilk(1.22MB)
----testdll3.ncb(4.12MB)
----testdll3.sln(889B)

网友评论

  • 下载下来学习下看看