各位大侠好,如题,Go 语言,怎么调用C#写的Dll ,请帮忙帮忙,谢谢
有疑问加站长微信联系(非本文作者)
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
没办法直接调用,你可以用c#写个asp.net接口程序,走http协议
@chengxuge 感谢,我改写下吧,这个是麻烦事情!
syscall.LoadLibrary("test.dll")
参考这里看看
https://zhuanlan.zhihu.com/p/581741894
https://github.com/matiasinsaurralde/go-dotnet
@xming4321 好的,感谢
@quwanxing 感谢,我试试
`单行代码`
没办法直接调用,你可以用c#写个asp.net接口程序,走http协议
@chengxuge 感谢,我改写下吧,这个是麻烦事情!
syscall.LoadLibrary("test.dll")
参考这里看看
https://zhuanlan.zhihu.com/p/581741894
https://github.com/matiasinsaurralde/go-dotnet
@xming4321 好的,感谢
@quwanxing 感谢,我试试