Calling COM from C [modified]
-
Is it possible to instanciate a COM object in C? I have tried googling this but to no avail. The COM is created with C# and exposed. I can access the COM objects via C++ and VB6. For both C++ and VB6, I am using the tlb. Thanks in advance. -- Modified Thursday, April 22, 2010 4:29 PM
-
Is it possible to instanciate a COM object in C? I have tried googling this but to no avail. The COM is created with C# and exposed. I can access the COM objects via C++ and VB6. For both C++ and VB6, I am using the tlb. Thanks in advance. -- Modified Thursday, April 22, 2010 4:29 PM
Try searching for articles on Code Project, with the search term "plain", C as the langauge, and COM as the technology. There is atleast one series of articles here on the subject, and you will be better off as using COM in C is complicated (but given that there are articles about it, doing so is possible).
-
Is it possible to instanciate a COM object in C? I have tried googling this but to no avail. The COM is created with C# and exposed. I can access the COM objects via C++ and VB6. For both C++ and VB6, I am using the tlb. Thanks in advance. -- Modified Thursday, April 22, 2010 4:29 PM