C#調用C或C++編寫的DLL庫

1.編寫DLL文件 (1)新建DLL工程 (2)選擇空工程,類型爲DLL (3)添加.c文件 #include <stdio.h> struct struStudent { int a; int b; int c; }; extern "C"  __declspec(dllexport) int add(struStudent strStudent,int b);   int add(struSt
相關文章
相關標籤/搜索