|
-
Nov 30th, 2019, 05:42 AM
#24
Re: Digging into COM from Class1 inside a standard VB6 EXE project.
You can use a helper wrapper function like this DispCallByVtbl which is based on Olaf snippet here in these forums.
You still have to heed actual ByVal/ByRef or method params and pass ObjPtr(oParam) if the method is declared w/ ByVal oParam As Object parameter or VarPtr(oParam) if the method expects ByRef oParam As Object.
cheers,
</wqw>
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
|