refer this link : |
| Deepak Ghule replied to sambath kumar at 03-Jul-08 03:52 |
There a few examples out there on how to call Win32 methods from user.dll in C# for example but I didn’t find any articles that dealt explicitly with creating a DLL in straight ‘C’ then importing the methods in the ‘C’ dll from C#.
refer this link :
http://www.codeproject.com/KB/cs/C_DLL_with_Csharp.aspx |
|