Tools Links Login

Another Linker For VB 5 & 6 !!!!


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 here

Original Author: Udi Shitrit

Code

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.


About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 107 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.