Open asmwarrior opened 2 years ago
Update; but, only likely tested the changes.
Hi, tim, thanks for the fix.
In my fork, I have used the eranif's great wx-config.exe and wx-config-msys2.exe. Which can be defined by a C::B global compiler variable, so I can link the sample to different kinds of libraries, such as the msys2's wx library, self-build wx release library and self-build wx debug library.
I think this makes the sample code easy to test.
https://github.com/stahta01/msys2_wxwidgets_cb_projects/blob/25419e9aab3afdbb7830966b15b407eed9b6260f/samples/minimal/minimal-msys2.cbp#L149-L152
I guess we need to update to wx3.2?