VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Another Linker For VB 5 & 6

by Udi Shitrit (3 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (10 Votes)


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

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.


Download this snippet    Add to My Saved Code

Another Linker For VB 5 & 6 Comments

No comments have been posted about Another Linker For VB 5 & 6. Why not be the first to post a comment about Another Linker For VB 5 & 6.

Post your comment

Subject:
Message:
0/1000 characters