harry boy

harry boy

  • NA
  • 1
  • 0

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

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