Passing an Non Com Object 
Author Message
 Passing an Non Com Object

I want to find a way to pass a Non Com Class object through a method
in a Com Interface.
Thanks


Tue, 22 Mar 2005 13:44:48 GMT  
 Passing an Non Com Object
You can't. Suppose the client is written in VB or JavaScript - what is
it supposed to do with C++ class? Wrap the class in a COM object, pass
the interface implemented by this object.
--
With best wishes,
    Igor Tandetnik

"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken


Quote:
> I want to find a way to pass a Non Com Class object through a method
> in a Com Interface.
> Thanks



Wed, 23 Mar 2005 00:22:30 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Passing a COM object to a non-COM aware class

2. passing COM object pointers to another COM object in ATL

3. Passing COM objects as parameters to other COM objects

4. Passing COM objects as parameters to other COM objects

5. COM/ATL novice:passing object pointers through methods on a COM interface

6. Passing an Excel COM object to a C++ COM Server

7. passing objects from VB as VARIANT to COM server object failing

8. passing objects from VB as VARIANT to COM server object failing

9. Passing managed objects through non-managed exported functions

10. Non-default constructors for COM objects

11. non-blocking use of COM objects

12. Help: Need to pass Non-Automation Type between two COM objects while allowing both objects to work with VB Clients

 

 
Powered by phpBB® Forum Software