2008/07/30

P/Invoke Interop Assistant

The integration of old legacy code based on C, C++ and API invocation sometimes requires a lot of time in the migration of API invocation to .Net managed environment.

This tool help you in doing this operation:

http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=clrinterop&ReleaseId=14120

We can say that it works for API Interop like TlbImp works COM.

It's amazing when you need to integrates 3rd party DLLs with a standar C-based interface.

No comments: