Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Using COM object
|
|
|
|
Re: Using COM object [message #61591 is a reply to message #15379] |
Thu, 20 March 2025 20:23  |
JeyCi
Messages: 67 Registered: July 2020
|
Member |
|
|
I'm not sure, that given link is what you need -- - it sems to be just prototype of this -- yes, you can import functions from Dll (that you can see with Dependency Walker), but from COM these will be those from vtbl (virtual table, - an array of function pointers) that in COM just give access to the COM-container/wrapper (like DllInstall, DllGetClassObject, DllRegister - aka some general stuff), and from virtual interface(s) of COM, some of which acts as Class Factory, you implement class(es) itself with its methods ==> thus, declaration of FN in DLI seems dobtfull for me, but I didn't yet experiment with Dl class from here
C-classes-from-a-DLL (incl. COM)
Best regards.
[Updated on: Thu, 20 March 2025 20:27] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Apr 25 07:53:58 CEST 2025
Total time taken to generate the page: 0.02777 seconds
|