wingui icon indicating copy to clipboard operation
wingui copied to clipboard

BindWidgets error GetDlgItem

Open 3052 opened this issue 9 months ago • 8 comments

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]

3052 avatar Apr 01 '25 03:04 3052

可以详细一点吗

whtiehack avatar Apr 01 '25 06:04 whtiehack

I used the code here

https://github.com/whtiehack/wingui#usage

3052 avatar Apr 01 '25 10:04 3052

Has the *.syso file been generated?

whtiehack avatar Apr 01 '25 11:04 whtiehack

https://github.com/whtiehack/wingui/tree/master/examples/simple

https://github.com/whtiehack/wingui/tree/master/examples/basic

you can use this test.

whtiehack avatar Apr 01 '25 11:04 whtiehack

why do I need syso? this dont need syso:

https://github.com/tadvi/winc

3052 avatar Apr 01 '25 23:04 3052

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.

whtiehack avatar Apr 02 '25 08:04 whtiehack

any option to build without syso ?

3052 avatar Apr 05 '25 18:04 3052

editor

editor2

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

whtiehack avatar Apr 08 '25 02:04 whtiehack