Chip Zhang

Results 15 comments of Chip Zhang

To make title bar dark for both 1809 and higher, first set it 20, if failed, try again with 19. In this code: ```cpp HRESULT hr = wxDarkModeModule::GetDwmSetWindowAttribute() ( hwnd,...

@vadz BTW, is there an easy way to use `-mconsole` to generate demos/sample exe for windows debug build, instead of default `-mwindows`. I am using ./configure and gcc mingw cross...

> It's provided with `zig ld.lld` This is not shown in `zig help` command

@vadz I tested your `repro-ar` branch in an environment where `ar` / `ranlib` defaults to use real timestamps. It works as expected: With option `--enable-repro-build` set, it generates identical `*.a`...

But I noticed the follows in file `build/aclocal/bakefile.m4`: ``` if test "x$SUNCXX" = "xyes"; then dnl Sun C++ compiler requires special way of creating static libs; dnl see here for...