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.
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
你的乱码问题还是之前那样么?如果不是的话且如果用到了lazarus设计界面的话,保持res2go为最新(当前为1.0.16),那个资源文件的生成可以在wiki中找到生成方法
感谢回复。
使用liblcl的话(下载的liblcl),与原来一样的乱码。(原来liblcl lazarus自行编译的)
资源文件的生成可以在wiki中暂未找着,
https://gitee.com/ying32/govcl/wikis/Icon及manifest文件集成?sort_id=410058
这个? 不是很确定..
res2go先前未用过,这个是从delphi/lazarus项目转窗体才用到吧。(我下载直接双击生成了 defaultRes_windows.syso 替换到sample中,发现与sample内容是一样的,[git显示无变化])
go版本
1.13.5
单个main.go文件我这一般直接go run main.go
带窗体的sample, 先
go mod init xxx
, 再用
go build .
生成
不用它 直接go run发现带窗体的form对应的依赖加载不上。
我在windows试其它项目可以直接go run。