|
-
March 20th, 2001, 09:27 AM
#1
rebuilding a VB activeX
I call a VB activeX dll from a VC++ as a com object. But each time I make a change in the dll, I need to rebuild the VC++ code that calls the dll. If I don't do that the error message 'Creation failed' appears at the point of invoking the dll.
Please tell where I am going wrong.
Sujit Kumar Chakrabarti
-
March 20th, 2001, 09:43 AM
#2
Re: rebuilding a VB activeX
In the project properties of the VB ActiveX control select "Binary Compatibility".
This will keep the same GUIDs for the control and its methods and thus not break the VC++ calling program.
HTH,
Duncan
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
-
March 20th, 2001, 10:38 AM
#3
Re: rebuilding a VB activeX
If you are calling the dll via an interface, make sure the interface is set to Binary compatibility, and the component itself to Project compatibility.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
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
|