Hello,
I have an urgent question for regarding the project I'm working on.
We made all our "working code" in Visual C++, expecting to be able to plug it into another application. As it turns out, this other application only supports Visual C# for easy plugin of own code...
I'm now trying to make a dll of the C++ code, and while I can export functions, I seem to run into issues with classes.
Dumpbin shows that there are classes exported in the dll, but can I use them in C#? If so, how?
Thanks!
Jörg
I have an urgent question for regarding the project I'm working on.
We made all our "working code" in Visual C++, expecting to be able to plug it into another application. As it turns out, this other application only supports Visual C# for easy plugin of own code...
I'm now trying to make a dll of the C++ code, and while I can export functions, I seem to run into issues with classes.
Dumpbin shows that there are classes exported in the dll, but can I use them in C#? If so, how?
Thanks!
Jörg
Comment