You have to use a .def file and configure the linker in
VB6 to get a true Windows dll that exports your functions.
For a detailed description of how
to proceed, please see the Microsoft documentation. We also found the
following useful internet pages:
http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/create_dll.html?page=1
http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/create_dll.html?page=2
http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/create_dll.html?page=3
|