首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
37
Star
234
Fork
61
chenhongjin
/
GTKSystem.Windows.Forms
Fork 仓库
加载中
取消
确认
代码
Issues
10
Pull Requests
0
Wiki
0
统计
更新失败,请稍后重试!
Issues
/
详情
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
创建项目报错
待办的
#IARB9X
壹木
创建于
2024-09-14 10:35
### 该问题是怎么引起的? 报的调用16*16图标错误,应该是需要GTK的命令配置。但我单独启用GTK的程序是不报错的,能启动。 //namespace Gtk.HelloWorld //{ // class Program // { // static void Main(string[] args) // { // Application.Init(); // var win = new Window("Hello World!"); // win.SetDefaultSize(300, 600); // //窗体关闭后退出应用 // win.DeleteEvent += (s, e) => // { // Application.Quit(); // }; // win.WindowPosition = WindowPosition.Center; // win.Resizable = false; // var label = new Label("This is a label!"); // win.Add(label); // win.ShowAll(); // Application.Run(); // Console.WriteLine("Hello World!"); // } // } //} ### 重现步骤 新建项目,引用GTKSYSTEM的两个插件以及GTKSHARP,运行报错,另外GTK3.24也放到C:\Users\Administrator\AppData\Local\Gtk\3.24.24目录下了 ### 报错信息 ![输入图片说明](https://foruda.gitee.com/images/1726281055876408764/0c48b234_7830245.png "屏幕截图")
### 该问题是怎么引起的? 报的调用16*16图标错误,应该是需要GTK的命令配置。但我单独启用GTK的程序是不报错的,能启动。 //namespace Gtk.HelloWorld //{ // class Program // { // static void Main(string[] args) // { // Application.Init(); // var win = new Window("Hello World!"); // win.SetDefaultSize(300, 600); // //窗体关闭后退出应用 // win.DeleteEvent += (s, e) => // { // Application.Quit(); // }; // win.WindowPosition = WindowPosition.Center; // win.Resizable = false; // var label = new Label("This is a label!"); // win.Add(label); // win.ShowAll(); // Application.Run(); // Console.WriteLine("Hello World!"); // } // } //} ### 重现步骤 新建项目,引用GTKSYSTEM的两个插件以及GTKSHARP,运行报错,另外GTK3.24也放到C:\Users\Administrator\AppData\Local\Gtk\3.24.24目录下了 ### 报错信息 ![输入图片说明](https://foruda.gitee.com/images/1726281055876408764/0c48b234_7830245.png "屏幕截图")
评论 (
0
)
壹木
创建了
任务
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
未关联
master
developer
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)