using unmanaged code inside C#

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,

You can:

a) Create a Managed C++ wrapper.
b) Create a COM DLL in MFC exposing the functionality through COM
interfaces.
c) Create a plain Win32 DLL with exported functions exposing the
functionality implemented in the MFC code.
 
thx Dmy
thx for ur interest , and quick response, ur comment was helpfull
but kindly i need a favor :) !
its an example , or a tutorial or resources files or URL that contains more
details

thx
 
Back
Top