Hi,
I had written a code snippet in VC++. However, I cannot continue rest of the application in VC++, so would want to move to C#.
Can I make a dll of the VC++ code and call the functions written in VC++ to work in C#?
I'm quite un-aware if this will work, but I have seen how the native code is called in C# using dll.
Can anyone please help me on this.
Thanks.