Thread
:
using.dll files in c or c++
View Single Post
shabbir
Go4Expert Founder
23Mar2007,09:54
You dont need to be doing it using the DllImport in C-C++ but just add the following header file Winuser.h or include Windows.h and link the dll.
In C# you the DllImport the way you have demonstrated.