Hi man, I have a problem.
I am working in C# but be import a DLL make in c++, i don't how work with the data type LPCTSRT in c#. Please, you can help me
thank you
Printable View
Hi man, I have a problem.
I am working in C# but be import a DLL make in c++, i don't how work with the data type LPCTSRT in c#. Please, you can help me
thank you
Use either System.String (generally for input) or System.Text.StringBuilder (generally for output).
http://www.devx.com/dotnet/Article/6990/1954