I have a C program and i have created a DLL file. I am using Windows Vista, and Visual C++.
Now I need to access a method from that DLL, from the Main() method of a
You're looking for Platform Invoke and the [DllImport] attribute.
[DllImport]