Calling Managed C++ code in a C# App
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hey all, I'm pretty new to .NET, and want to know how to use someone else's managed C++ code from my C# app. The C++ code is already compiled to DLLs, but doesn't appear to have been put in a namespace. All I want is to create an object of the class, and call a few void methods Any help is much appreciated, G
-
Hey all, I'm pretty new to .NET, and want to know how to use someone else's managed C++ code from my C# app. The C++ code is already compiled to DLLs, but doesn't appear to have been put in a namespace. All I want is to create an object of the class, and call a few void methods Any help is much appreciated, G