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 <[EMAIL PROTECTED]> 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 > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
