文件名称:vbMakeSystemDll
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- 段*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序实现vb创建真正的全局dll
步骤:
1.为所要产生的dll编写.def文件
2.编译代理LINK,产生LINK.exe,然后将vb工具下的LINK.exe改名为LINKlnk.exe,将我们自己产生的LINK.exe放过去
3.编译manthlib,产生manthlib.dll
4.可以测试产生的dll可全局调用了。
注意生成dll路径也要指向vb工具目录-Vb realize this procedure to create a true global dll steps: 1. For the resulting dll to the preparation. Def files 2. Compilers Deputy LINK, have LINK.exe, then vb tools LINK.EXE renamed under LINKlnk.exe, our LINK.EXE generated their own place over the past 3. compilers manthlib, have manthlib.dll4. to test the overall situation can be generated by calling the dll. Note the path to point to generate dll directory vb tools
步骤:
1.为所要产生的dll编写.def文件
2.编译代理LINK,产生LINK.exe,然后将vb工具下的LINK.exe改名为LINKlnk.exe,将我们自己产生的LINK.exe放过去
3.编译manthlib,产生manthlib.dll
4.可以测试产生的dll可全局调用了。
注意生成dll路径也要指向vb工具目录-Vb realize this procedure to create a true global dll steps: 1. For the resulting dll to the preparation. Def files 2. Compilers Deputy LINK, have LINK.exe, then vb tools LINK.EXE renamed under LINKlnk.exe, our LINK.EXE generated their own place over the past 3. compilers manthlib, have manthlib.dll4. to test the overall situation can be generated by calling the dll. Note the path to point to generate dll directory vb tools
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dll测试
.......\Form1.frm
.......\Mod.bas
.......\工程2.vbp
.......\工程2.vbw
mathlib(dll源码)
................\Class1.cls
................\MathLib.vbp
................\MathLib.vbw
................\Module1.bas
MathLib.def
代理LINK源码
............\LINK.vbp
............\LINK.vbw
............\Module1.bas
说明.txt
.......\Form1.frm
.......\Mod.bas
.......\工程2.vbp
.......\工程2.vbw
mathlib(dll源码)
................\Class1.cls
................\MathLib.vbp
................\MathLib.vbw
................\Module1.bas
MathLib.def
代理LINK源码
............\LINK.vbp
............\LINK.vbw
............\Module1.bas
说明.txt