stahta01 / msys2_wxwidgets_cb_projects

CB wxWidgets projects using msys2
1 stars 1 forks source link

update to the wx 3.2? #1

Open asmwarrior opened 1 year ago

asmwarrior commented 1 year ago

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?

stahta01 commented 1 year ago

Update; but, only likely tested the changes.

asmwarrior commented 1 year ago

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.