0
votes
votes
1 answers
Invoking a C++ .DLL
As a test, I am writing a small C++ .DLL to be invoked from C#. Reading MSDN it looks like I need a C# wrapper which is also to be a .DLL. So in all a C# program as an .EXE, invokes a wrapper which is a C# .DLL, which in turn invokes ...
