|
-
May 2nd, 2024, 03:50 AM
#8
Re: Early Bound Objects and Standard StdCall DLLs
 Originally Posted by VanGoghGaming
Yeah but that only works with late-bound objects. How do you violate the COM contract to make it early-bound?
No. You can either use a typelib with needed interface (just use ActiveX DLL itself) or just use a class with the same structure of the methods - VB6 creates the same VTable for similar classes only IID are different. You could return a raw pointer to object and put it to your class interface variable.
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
|