M
Mr Topom
Hi,
Just a simple question :
I have a managed C++ dll;
I want to use it in a C# application.
So I added : #using MyAssembly.SubAssembly; (which is the assembly in
the DLL)
But when I want to use my class : MyAssembly.SubAssembly.Klass, I need
to put all the namespace and the class name alone is not recognized...
Any idea why ?
Thx
Just a simple question :
I have a managed C++ dll;
I want to use it in a C# application.
So I added : #using MyAssembly.SubAssembly; (which is the assembly in
the DLL)
But when I want to use my class : MyAssembly.SubAssembly.Klass, I need
to put all the namespace and the class name alone is not recognized...
Any idea why ?
Thx