Hi,
I have a DLL that exposes interfaces (compiled with VC++ 6.0)
I've used exported functions(not interfaces) of this DLL in a .NET project and everything is alright.
The problem is that the built assembly (exe) do not expose the interfaces of my DLL, thing that it is done automatically in a native C++ project.
Can anyone helps??
Regards.
I have a DLL that exposes interfaces (compiled with VC++ 6.0)
I've used exported functions(not interfaces) of this DLL in a .NET project and everything is alright.
The problem is that the built assembly (exe) do not expose the interfaces of my DLL, thing that it is done automatically in a native C++ project.
Can anyone helps??
Regards.
Comment