The New version of the vb Gui Linker, Creates true Dynamic Link Lybraries in vb and its for free (now contain source code example)
Download And Article :>
In">https://lockfree.50megs.com/linker.html">In here
Rate Another Linker For VB 5 & 6
(11(11 Vote))
VB Gui linker For Version 5 & 6 - new version 06/03/2001
Important :
The Current version doesnot include the original link.exe file
in order to fit into all the versions and to avoid Runtime error - "Bad Record Number"
to use the linker filter just rename your original link.exe to orglink.exe and save
the new link.exe in the vb98 /vb5 folder (instead of the original).
all the actions have been taken by the linker in older versions are the same,
except the dll creation process :
to link a dynamic link library in vb you must compile your project as a PCode project
the next step is the same :
choose : make dll
and specify the function name to export
Tips:
1.to return strings use the byref statement
2.dont include forms in your project
3.to export more than one function per dll use the definition file.
(example for definition file:
EXPORTS
function1
function2
function3
end of example)
or you can write the first function in the export section and add the
following : /export:func2 /export:func3
Enjoy It
Udi S.
Another Linker For VB 5 & 6 Comments
No comments yet — be the first to post one!
Post a Comment