AWulf
April 16th, 1999, 06:26 AM
I have developed a VB-Programm with a dialog (formular)
and a routine witch calls this dialog.
Then i have build the dynamic-link-library from this project
(type was an ActiveX-Dll).
Now I have try to import this dll in a C++ project by using
#import MyDll.dll. The MIDL-Compiler creates the *.tli and *.tlh files
correctly, but when I try to call my VB-routine via the
Wrapper method the C++ programm ends with a runtime error ...
and a routine witch calls this dialog.
Then i have build the dynamic-link-library from this project
(type was an ActiveX-Dll).
Now I have try to import this dll in a C++ project by using
#import MyDll.dll. The MIDL-Compiler creates the *.tli and *.tlh files
correctly, but when I try to call my VB-routine via the
Wrapper method the C++ programm ends with a runtime error ...