convert unmanaged dll to managed dll
Hi,
I have made an MFC application which gives win32 unmanaged dll. This application is using other static libraries. Now I wan't to make an application in c# 2005 and want to use those unmanged dlls and I'm able to do that but when trying to call methods which are using the static libraries it gives me error. So now I want to make that MFC application to convert in managed dll so that I could be able to use those functions using dllimport in c#.
Thanx in advance
|