F
Fred
Hi,
I have created a DLL in C++ .NET and am trying to use
that in my C# project.
The DLL compiles in C++ and I am able to add a reference
to it in the solution explorer.But when I view it in the
object browser i dont see any methods
I am using the following MSDN link to create the DLL
http://support.microsoft.com/default.aspx?scid=kb;EN-
US;189133
I have also tried using dllimport but it says that the
entry point is not defined
what am i doing wrong
I have created a DLL in C++ .NET and am trying to use
that in my C# project.
The DLL compiles in C++ and I am able to add a reference
to it in the solution explorer.But when I view it in the
object browser i dont see any methods
I am using the following MSDN link to create the DLL
http://support.microsoft.com/default.aspx?scid=kb;EN-
US;189133
I have also tried using dllimport but it says that the
entry point is not defined
what am i doing wrong