Is it possible to use a DLL created using C# in an unmanaged VC++ application?
c#, c++, dll
Solution
To supplement other answers here, here's the MS support article which describes your scenario.
http://support.microsoft.com/kb/828736
Problem
I have a DLL that I wrote in C# and I want to use it both with C# applications and applications written in unmanaged VC++. Is this possible?