Create-DLL-with-VB

所属分类:系统编程
开发工具:Visual Basic
文件大小:45KB
下载次数:64
上传日期:2011-06-05 10:03:45
上 传 者junegucas
说明:  用VB做标准Dll,可以任意设置输出函数,可调用,VB6测试通过
(Create DLL with VB)

文件列表:
Create DLL with VB\addin\Connect.DCA (3967, 2011-05-29)
Create DLL with VB\addin\Connect.Dsr (11475, 2011-05-29)
Create DLL with VB\addin\frmAddIn.frm (5854, 2011-03-29)
Create DLL with VB\addin\frmPleaseWait.frm (1580, 2004-06-05)
Create DLL with VB\addin\MakeDLLAddin.vbp (1576, 2011-05-29)
Create DLL with VB\addin\MakeDLLAddin.vbw (147, 2011-05-29)
Create DLL with VB\addin\SuperSheller.bas (2802, 2004-06-05)
Create DLL with VB\addin\VB27A.tmp (3492, 2011-05-29)
Create DLL with VB\addin\VB39.tmp (3492, 2011-04-08)
Create DLL with VB\addin\VB3D.tmp (3492, 2011-04-04)
Create DLL with VB\addin\VB4B.tmp (3492, 2011-04-08)
Create DLL with VB\addin\VB586.tmp (3492, 2011-05-29)
Create DLL with VB\addin\VB59B.tmp (3492, 2011-05-29)
Create DLL with VB\addin\VBCD.tmp (3492, 2011-05-28)
Create DLL with VB\addin\VBD.tmp (3492, 2011-04-04)
Create DLL with VB\compiled\MakeDLL.dll (32768, 2011-05-29)
Create DLL with VB\compiled\MakeDll.exe (24576, 2011-05-29)
Create DLL with VB\compiled\MakeDLL.exp (1025, 2011-05-29)
Create DLL with VB\compiled\MakeDLL.lib (2596, 2011-05-29)
Create DLL with VB\compiled\this folder.txt (738, 2004-06-05)
Create DLL with VB\dll project\Module1DLL.bas (632, 2004-04-25)
Create DLL with VB\dll project\Standard DLL.vbp (666, 2004-04-25)
Create DLL with VB\dll project\Standard DLL.vbw (30, 2011-05-28)
Create DLL with VB\linker\frmError.frm (1772, 2004-06-05)
Create DLL with VB\linker\Linker.vbp (1178, 2011-05-28)
Create DLL with VB\linker\Linker.vbw (104, 2011-05-29)
Create DLL with VB\linker\modLinker.bas (2009, 2004-06-05)
Create DLL with VB\test dll\modTestDLL.bas (711, 2004-06-05)
Create DLL with VB\test dll\TestDLL.def (57, 2004-04-18)
Create DLL with VB\test dll\TestDLL.vbp (877, 2004-06-05)
Create DLL with VB\test program\frmTest.frm (2869, 2004-04-18)
Create DLL with VB\test program\frmTest.frx (425, 2004-04-18)
Create DLL with VB\test program\TestProg.vbp (863, 2004-04-18)
Create DLL with VB\addin (0, 2011-05-29)
Create DLL with VB\compiled (0, 2011-05-29)
Create DLL with VB\dll project (0, 2011-05-28)
Create DLL with VB\linker (0, 2011-05-28)
Create DLL with VB\test dll (0, 2004-06-05)
... ...

Create in Visual Basic version 2 (c) 2004 DanSoft Australia - http://dansoftaus.r8.org/ [MAXIMIZE NOTEPAD FOR BEST VIEWING EXPERIENCE ;)] NOTE: If you used the first version of my 'Make DLL's in VB' utility, you need to uninstall it. See the instructions at the bottom. 'Visual Basic directory' refers to the folder that Visual Basic is installed in, usually 'c:\Program Files\Microsoft Visual Studio\VB***' Here are the instructions to install this utility: 0) Unzip the zip file -- Remember to extract paths! 1) Open 'Linker.vbp' (in the 'linker' folder) and compile it. 2) Copy the 'MakeDLL.exe' file (in the 'compiled' folder) to your Visual Basic directory. 3) Open 'MakeDLLAddin.vbp' (in the 'addin' folder) and compile it 4) Go into Visual Basic, and click Add-Ins -> Add-In Manager. There should be an addin listed called 'Create DLLs In Visual Basic' (or similar). Make sure both 'Loaded' and 'Load On Startup' are ticked. 4a) If the addin wasn't listed, copy 'MakeDLL.DLL' (in the 'compiled' folder) into your Visual Basic directory and restart Visual Basic. 5) Copy all the files in the 'dll project' folder to your Visual Basic Project Templates folder (usually C:\Program Files\Microsoft Visual Studio\VB***\template\projects) Yay! It is now installed! * If you want to create a DLL yourself, go into Visual Basic and choose to create a 'Standard DLL' project. * To choose what functions you want to export into your DLL file, click File -> Choose DLL Exports... * To create your DLL, click File -> Make xxxxxxx.dll (this might show as 'Make xxxxxxx.exe', when the save box pops up, just change the extension to .DLL) Sample DLL: 'TestDLL.vbp' (in the 'test dll' folder) Sample prog that uses that DLL: 'TestProg.vbp' (in the 'test program' folder) If you want to try the Sample program, build the Sample DLL into the 'test program' folder and then run the sample program. Old Version Uninstall: To uninstall version 1 of my Make DLLs in VB utility, follow these steps: 1) Go into your Visual basic directory (C:\Program Files\Microsoft Visual Studio\VB***) 2) Delete 'LINK.EXE' 3) Rename 'LINK1.EXE' to 'LINK.EXE' 4) Delete 'MakeDLL.DLL' if you know where you put it (this step can be skipped if you don't know where the file is) 5) Follow installation instructions above to install this version If you liked this, please vote! (Even if you didn't like it, post comments saying why). (c) 2004 DanSoft Australia - http://dansoftaus.r8.org/

近期下载者

相关文件


收藏者