U
Udi
Hi,
How do I work with a C++ class that is given through a dll?
can someone please give me a short C# example of how to work with the
following code?
Thanks!
class MyClass
{
private:
char * m_data;
public:
MyClass(){...}
int DoSomthing(char * buf){...}
}
How do I work with a C++ class that is given through a dll?
can someone please give me a short C# example of how to work with the
following code?
Thanks!
class MyClass
{
private:
char * m_data;
public:
MyClass(){...}
int DoSomthing(char * buf){...}
}