|
-
May 2nd, 2024, 03:28 AM
#6
Re: Early Bound Objects and Standard StdCall DLLs
 Originally Posted by Elroy
Do we have a way to return an instantiated object from a standard DLL, and then use it early-bound?
Early bounding is just a contract (interface). You can even violate the COM rules and return a similar interface with different IID.
 Originally Posted by Elroy
Why would I want this? I just think standard DLLs are nicer than ActiveX DLLs in that we don't have to register them nor mess with our manifest to use them in a "SxS" fashion.
You can see some VB6-projects here where you can instantiate objects from VB6-ActiveX DLL without any registration/SxS.
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
|