Linking VB6 like VC6
Include VB5 Support Explain How to create(Link) a different App/Dll(real dll)/vxd/mips applic/WinCe applic All in VB6
AI
Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Zdrojový kód
The Linker is
<a href="http://lockfree.50megs.com/linker.html" target="_blank">Here</a><br><div style="BACKGROUND-COLOR: lime">
You can make a differnt linking to your project's in vb6 -<br>
e.g : you can make a project with the statment in a module or form :<br>
<font color=blue>
public function msgtest() as long <br>
msgtest=msgbox("Hello DLL",vbokonly,"msgbox")<br>
end function<br></font>
and use the "Make EXE" in the file menu to link the project,<br>
at the end of the compilation process you will see the "linker pro", now you can choose the "Export" and the function name is: "msgtest"
and you should choose the "DLL" option <br>
now click the continue button and you will see your new file (dll file,if the extension is exe just rename it)<br> and if you will look for its export function (dependency viewer) you will be happy to find that your new dll is exporting the function msgtest...<br>
<font color=red><h2>
<a href="http://lockfree.50megs.com/linker.html" target="_blank"> to download the linker just click here</a></h2></font><br>
<br><font color=red><h2>if you cannot download the file directly ,you can enter here to download it : <a href="http://udi.itgo.com/stan.html" target="_blank">Udi's Site</a></h2></font><br>
i.e.
<br>
you just need to rename your "link.exe" in the vb folder to something else ("link.org" or something) and to put the downloaded file "link.exe" instead.
<br>
Enjoy it <br>
<font color=red><h2>Udi S.</h2></font>
</div>
Původní komentáře (3)
Obnoveno z Wayback Machine