1
Reply

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

harry boy

harry boy

Nov 10 2009 9:08 AM
3.3k
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)