看板 C_Sharp 關於我們 聯絡資訊
※ 引述《jerryen (肚咕求睡)》之銘言: : 我在C++中的DLL是這樣宣告 : extern "C" __declspec(dllexport) const double*** __stdcall : getArray( int i); : 請問在C#中要怎麼使用呢 : 謝謝 public class SomeClass { [DllImport("user32.dll")] static extern IntPtr SendMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam); } -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.105.59.33