C#C
C#2y ago
20 replies
Shoey

How can I use a precompiled C/C++ dll in a C# project?

Someone kindly showed me how to utilize the dll in C and while I understand the structure I don't have any idea how hooking into a dll from C# works and only the barest for C, only really knowing the basic attribute in C# such as DllImport["example.dll", CallingConvention = (I don't really know how to use CC)].
Was this page helpful?