Home All Groups Group Topic Archive Search About

Calling unmanaged C dll from managed code

Author
1 Jun 2010 9:10 PM
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.

--

Dennis

Author
1 Jun 2010 9:19 PM
Armin Zingler
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