英文: GoLang Convert C.wchar_t to go string 问题 我正在寻找将[32]C.wchar_t转换为Go字符串的方法。 在我所使用的dll中,该数组定义如下: typ...
在Golang中的Windows回调函数
英文: Windows callback function in Golang 问题 我想在Golang中向Windows事件日志进行推送订阅。我应该如何传递回调函数? EVT_SUBSCRIBE_C...
调用Go中的NotifyIpInterfaceChange导致了访问冲突异常。
英文: Calling NotifyIpInterfaceChange from Go caused Access Violation exceptions 问题 这是我第一次从Go中调用本地库进行调...
C# DLL(类库)函数被Go语言调用
英文: C# DLL (Class Library) functions called from Go Language 问题 你好,Go Lang 和 C# 高手们, 祝你有个愉快的一天。 我想问一...
How to use a Go callback for a DLL with minimal Cgo?
英文: How to use a Go callback for a DLL with minimal Cgo? 问题 一种将回调函数设置为传递给DLL函数参数的方法是使用CGO... package...
通过调用Go内部的Windows DLL发送ARP请求不起作用。
英文: sending ARP request by calling Windows DLLs inside Go doesn't work 问题 我正在尝试从Go语言中调用Windows A...
How to make a callback to GO method from C++ DLL
英文: How to make a callback to GO method from C++ DLL 问题 我有一个GO程序,其中有一个函数调用了一个在dll中定义的C方法的CGO调用。这部分工作...
GoLang封装了EWS / ExchangeService。
英文: GoLang wrapper for EWS / ExchangeService 问题 我有一些使用ExchangeService(通过Microsoft.Exchange.WebServic...
使用Go 1.7构建一个dll文件。
英文: Building a dll with Go 1.7 问题 有没有一种方法可以在Windows下使用Go v1.7构建dll? 我尝试了经典的命令: go build -buildmode=s...
确定当前进程是否在Go中运行在WOW64中还是非WOW64中
英文: Determining if current process runs in WOW64 or not in Go 问题 使用Windows,官方的方法来判断当前的32位进程是否在32位或64...
9