|
-
April 16th, 1999, 06:26 AM
#1
VB-Dll used by C++
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 ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|