From: Dennis on
Can someone point me to a good tutorial on how to call an unmanaged C
dll from managed code? I am experimenting with using libiptcdata from a
VB.Net project. libiptcdata comes with the source code if that makes any
difference.

--

Dennis
From: Armin Zingler on
Am 01.06.2010 23:10, schrieb Dennis:
> Can someone point me to a good tutorial on how to call an unmanaged C
> dll from managed code? I am experimenting with using libiptcdata from a
> VB.Net project. libiptcdata comes with the source code if that makes any
> difference.

Any special questions? Otherwise:

"Interoperating with Unmanaged Code"
http://msdn.microsoft.com/en-us/library/sd10k43k(VS.90).aspx

"How to: Call Windows APIs"
http://msdn.microsoft.com/en-us/library/ms172890(VS.90).aspx


--
Armin