BindWidgets error GetDlgItem
2025/03/31 22:54:55 hInstance 13565952
2025/03/31 22:54:55 BindWidgets error GetDlgItem Error:0 id:1002 [0xc000100360]
2025/03/31 22:54:55 BindWidgets error GetDlgItem Error:0 id:1003 [0xc000100390]
可以详细一点吗
I used the code here
https://github.com/whtiehack/wingui#usage
Has the *.syso file been generated?
https://github.com/whtiehack/wingui/tree/master/examples/simple
https://github.com/whtiehack/wingui/tree/master/examples/basic
you can use this test.
why do I need syso? this dont need syso:
https://github.com/tadvi/winc
The implementation of Wingui is indeed different. It primarily uses a visual tool to edit the interface, and the code loads the pre-edited interface files. I recommend taking a closer look at the README for more details. It might help clarify the usage of the library.
any option to build without syso ?


No, this library uses external tools to generate the rc file, which is then compiled into a syso file for use.