G
Guest
How can one use or extend a C++ class in a pocket pc project which uses C#.
Suppose I have written a C++ class,in a Visual C++ project,which gives output
as .DLL. Now my first query is How can i add this DLL to my C# project(can i
add it in references)?Secondly how can i access this class in C# pocket pc
project? Now if i am able to access the class,can i implement its virtual
functions if there are any in the class?
Suppose I have written a C++ class,in a Visual C++ project,which gives output
as .DLL. Now my first query is How can i add this DLL to my C# project(can i
add it in references)?Secondly how can i access this class in C# pocket pc
project? Now if i am able to access the class,can i implement its virtual
functions if there are any in the class?