Visual Basic SupportThe same Elzed DLL which works with VC++ also works with VB. Instead of the C++ header files, however, you need the Elzed interface module:
File name |
Description |
Elzed.dll |
the Elzed library itself |
ElzedBasic.bas |
constants and function declarations |
The interface module must be included in your VB project. The DLL must be in the same folder as your application.
In your application, call lzInitialize to make the DLL ready to use. The library will unload automatically when you quit your application. |