You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
测试目标机器windows 2012 standard,执行时dll文件和exe在同一目录下,但是报错,报错如下。已确认生成的dll和exe能够在其他机器上正常运行。麻烦请教下,有遇到过这个问题吗?
panic: Failed to load 1.dll: The specified module could not be found.
测试目标机器windows 2012 standard,执行时dll文件和exe在同一目录下,但是报错,报错如下。已确认生成的dll和exe能够在其他机器上正常运行。麻烦请教下,有遇到过这个问题吗?
panic: Failed to load 1.dll: The specified module could not be found.
goroutine 1 [running]:
syscall.(*LazyProc).mustFind(...)
syscall/dll_windows.go:323
syscall.(*LazyProc).Call(0xc0000c04b0, {0xc0000aa090, 0x2, 0x2})
syscall/dll_windows.go:339 +0x65
main.Lib({0xc0000d4c00, 0x39f, 0x39f})
./doing.go:44 +0xf2
main.main()
./doing.go:60 +0xca
The text was updated successfully, but these errors were encountered: