看板 C_Sharp 關於我們 聯絡資訊
我在C++中的DLL是這樣宣告 extern "C" __declspec(dllexport) const double*** __stdcall getArray( int i); 請問在C#中要怎麼使用呢 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.116.72.37
horngsh:請查MSDN中關於DLLIMPORT關鍵字 05/23 07:41