[IronPython] Accessing C++ managed class libraries

Curt Hagenlocher curt at hagenlocher.org
Sun Jul 6 02:35:49 CEST 2008


My quick-and-dirty test with a Managed C++ DLL works just fine.  Your C++
classes are declared as "public ref class", right?  Have you looked at the
assemblies in Reflector to see if there's anything unusual about them?

On Sat, Jul 5, 2008 at 5:24 PM, Todd Gruben <tgruben at gmail.com> wrote:

> Is there anything different about c++ class hierachies?  I can access my c#
> clr classes, but not my c++ clr classes.  Is there something special you
> should do?
>
> -Todd
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080705/d2b5f6df/attachment.html>


More information about the Ironpython-users mailing list