| Visual C++ SupportBringing Elzed into your VC++ project is very straightfoward. You need two header files and, of course, the DLL itself:
File name |
Description |
Elzed.dll |
the Elzed library itself |
elzed_dll.h |
header file for the library |
LZElzedPublic.h |
contains misc. includes, typedefs, and constants |
The header files must be included in your project. The DLL must be in the same folder as your application.
In your application, call lzLoadElzed to map the DLL into memory, then call lzInitialize to make the DLL ready to use. When you are finished with Elzed, call lzUnloadElzed to shut the DLL down and release resources. |