D
David Elliott
I have source code for a 3rd party product. The product is written for traditional C++. There
was a VS .NET Solution File that was provided for compiling the DLL.
I have compiled the code using the VS .NET 2003 C++.NET and am now trying to build some
demos to test the features.
My question is, How do I call the methods in the DLL and how do I know what namespace
to use with the the "using" statement inside of a C# project?
Thanks,
Dave
was a VS .NET Solution File that was provided for compiling the DLL.
I have compiled the code using the VS .NET 2003 C++.NET and am now trying to build some
demos to test the features.
My question is, How do I call the methods in the DLL and how do I know what namespace
to use with the the "using" statement inside of a C# project?
Thanks,
Dave