Prev: Direct Client Requirement - Software Engineer (.Net) - VA - Chantilly (GC and Citizen may only apply)
Next: Enable Visual Styles after application has started
From: Dennis on 1 Jun 2010 17:10 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 1 Jun 2010 17:19
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 |