Hello,
Is it possible to import a Managed .Net C++ DLL file? I
seem to be able to import C# DLLs and the namespace of a C++ DLL, but not its
Public Class.
Thanks
-Alan Haffner
_
Python.NET mailing list - PythonDotNet@pytho
> Is it possible to import a Managed .Net C++ DLL file?
> I seem to be able to import C# DLLs and the namespace
> of a C++ DLL, but not its Public Class.
It should be possible to see and use anything that Reflection
can see, regardless of the original src language. It would be
interesting to se
Hello,
Is it possible to import a Managed .Net C++ DLL file?
I seem to be able to import C# DLLs and the namespace
of a C++ DLL, but not its Public Class.
Thanks
-Alan Haffner
_
Python.NET mailing list - [email protected]
http://mai