Calling unmanaged C dll from managed code

  • Thread starter Thread starter Dennis
  • Start date Start date
D

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.
 
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
 
Back
Top