首页 新闻 会员 周边 捐助

Go 调用新中新dll,报错The specified module could not be found

0
悬赏园豆:200 [已关闭问题] 关闭于 2022-01-18 15:56

文件结构:

AIO_API.dll
AIONet.dll
CCardLibEx.dll
main.go

main.go代码:

lib, err := syscall.LoadDLL("AIO_API.dll")
if err != nil {
    // The specified module could not be found
    fmt.Println(err)
} else {
    fmt.Println(lib)
}

本机是windows11 64位系统
AIO_API.dll是32位,已经设置了GOARCH=386
Go版本1.17.6
GCC版本8.1.0

灯火消逝的码头的主页 灯火消逝的码头 | 初学一级 | 园豆:4
提问于:2022-01-18 15:15
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册