birdprince wrote:
I have implemented a COM in C++,buy i don't know how to use this COM in IronPython.

The technical details of IronPython are quite different from CPython.
To talk COM, you have to use a magic subsystem called "Interop" that the
people on this list will probably not know.  I suggest you sign up for
the IronPython mailing list here:

   http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

It only gets a few messages a day.

--
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.


_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to