Click to See Complete Forum and Search --> : Unmanaged C++ to C#


DrPowers
July 6th, 2006, 04:16 PM
Heres the situation:

I have unmanaged (Non .Net) C++ DLL in which I can edit the source for.

my goal is to build a GUI interface in C# that will use the unmanaged DLL.

What should my technique be to accomplish this?