1
Answer

Call a native C++ dll from My C# windows app

harry boy

harry boy

15y
3.3k
1
I have a C++ dll that has a function exported like so: __declspec(dllexport) int WINAPI StartServer() ; I wish to call this function from my C# Windows application. How do I do this??

Answers (1)