We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go run main.go Library Version: 2.2.3 exit status 0xc000041d
The text was updated successfully, but these errors were encountered:
错误信息太少,个人猜测: 大概率是因为dll动态基址问题,可以用 go build -buildmode=exe测试下。
go build -buildmode=exe
Sorry, something went wrong.
复现方法: 1、Go语言版本:最新的1.24.4 2、用 go build -tags tempdll -buildmode=exe 构建成功,而且执行exe会成功。 3、在 \samples\checklistbox\main.go 的import中添加 _ "github.com/mattn/go-sqlite3"。 4、用 go build -tags tempdll -buildmode=exe 构建成功,但是执行exe会闪退。
run.bat
go mod init testapp go mod tidy go build -tags tempdll -buildmode=exe testapp pause
最新版本Go1.23.4,最新go-sqlite3, 使用-tag tempdll,没有何问题
No branches or pull requests
The text was updated successfully, but these errors were encountered: