我用cygwin來編譯它,我得到以下錯誤。是否有可能爲Windows編譯NDesk.DBus和NDesk.DBus.GLib?
{"Unable to load DLL 'libc': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
當以下方法被調用時。
[DllImport ("libc", SetLastError=true)]
protected static extern int socket (int domain, int type, int protocol);
我的谷歌搜索沒有顯示任何有用的東西。有沒有其他的Windows dbus客戶端/綁定爲C#?
我找不到窗戶libc的文件。它的linux/unix文件 – scott 2012-07-27 14:55:54
MSVCRT似乎是Windows的libc模擬器。 – Gerberts 2012-07-27 15:00:29
根據此http://msdn.microsoft.com/en-us/library/634ca0c2.aspx它不包含套接字函數。 – scott 2012-07-27 15:05:44