Hi all,
I have a problem in exporting routines from a DLL written
in VB6. What I need is a DLL which simply exports about
four pre-defined routines, which the target application
calls.
I have created an Active X DLL project, containing one
module (with sub main()) and one class (with initialize and
terminate methods, instancing is set to GlobalMultiUse). I
wrote required functions as public, and tried them in both
the module and the class, but in both cases the target
application compains about not being able to find the
desired routines. When I use Quickview or the Dependancy
Walker to view the resulting DLL exported functions, I can
only see DllCanUnloadNow, DllGetClassObject,
DllRegisterServer and DllUnregisterServer.
Who can help me with this ?
Regards, Alex van L.
I have a problem in exporting routines from a DLL written
in VB6. What I need is a DLL which simply exports about
four pre-defined routines, which the target application
calls.
I have created an Active X DLL project, containing one
module (with sub main()) and one class (with initialize and
terminate methods, instancing is set to GlobalMultiUse). I
wrote required functions as public, and tried them in both
the module and the class, but in both cases the target
application compains about not being able to find the
desired routines. When I use Quickview or the Dependancy
Walker to view the resulting DLL exported functions, I can
only see DllCanUnloadNow, DllGetClassObject,
DllRegisterServer and DllUnregisterServer.
Who can help me with this ?
Regards, Alex van L.