Re-wire the code. C# and C++ are differentl languages and you con't simply
use C3 as if it were C++.
On the other hand, you can probably turn (much of) the C# code into a
library (DLL) if it isn't already. In that form, you can call that library
code directly from managed C++, so maybe you don't need to do any
re-writing.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.