Page 1 of 1
A request
Posted: Mon May 11, 2015 8:43 pm
by spaces
Eran, if it's not too much work, could you please upload the wx v3.1 32bit binaries for win that you built CL 8 32bit version with, please?
I see only the 64 bit version.
Thank you.
Re: A request
Posted: Tue May 12, 2015 8:58 pm
by spaces
Ok, it seems it's the wxWidgets-master branch, compiled as shared monolithic, with VENDOR set to "cl" and wxUSE_GRAPHICS_CONTEXT = 1. I compiled it with 4.9.2 which seems to work but still there's like a 5MB difference between the libraries.
Re: A request
Posted: Tue May 12, 2015 9:00 pm
by eranif
Hi,
This is how I build wxWidgets:
http://codelite.org/Developers/BuildingWxWidgetsWin
Notice that extra flag I pass: "-fno-keep-inline-dllexport" which reduces the binary size
Eran
Re: A request
Posted: Wed May 13, 2015 5:39 pm
by spaces
Thanks, it worked.