VB Gui linker For Version 5 & 6 - new version 06/03/2001
DownLoad Code Example
DownLoad The New Dependency Viewer

Go to my Blog and find fancy computer tricks


The code is 2 api functions
the first - "vbrnd" will make any Hwnd Object round
and the second- "vbrect" will cut a rectangle from any Hwnd Object.
this is only for demonstartion


Important :


The Current version doesn't 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 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 Shitrit

You Are The

38596

Visitor

Visit At my Home Page

Sign My Guest Book

View My Guest Book


Go To The VB Gui Linker Forum