我使用cygwin编译它,我得到以下错误。
{"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);
我的谷歌搜索没有发现任何有用的东西。c# 是否还有其他 Windows dbus 客户端/绑定?