c++ managed wrapper class for unmanaged class
COM
1
Posts
1
Posters
1
Views
1
Watching
-
Hi All I have to create a c++ managed wrapper class that uses System::String for an unmanaged class that uses std::string.I need to use the managed dll in C# web application.so can anybody tell me the steps or how to wrap an unmanaged class in an managed class and how to import that dll in my c# project so that i can access the functions of that dll.I m wondering :sigh: for that right solution for 3 weeks. Thank in advance
Pankaj Jain