On Thu, 24 Oct 2013 21:22:43 +0200 Xavier Perrissoud wrote:
XP> 2013/10/24 Vadim Zeitlin <
va...@wxwidgets.org>
XP>
XP> > On Mon, 21 Oct 2013 13:31:30 +0200 Xavier Perrissoud wrote:
XP> >
XP> > XP> @VZ : Do you think I should provide both 4.7.1 and 4.8.1 binaries ?
XP> >
XP> > Are they really incompatible? I.e. can't 4.7 binaries be used with the
XP> > user code compiled with 4.8 (or vice versa?)?
XP> >
XP> It seems they are not fully compatible.
XP> I've just made some tests with a "minimal-like" application (just a window
XP> with some basics controls), and I've obtained a lot of errors and warnings.
Disappointing. Out of curiosity, what were the errors related to?
XP> Ok : so, archives names will be :
XP>
XP> - wxMSW-3.0.0-rc2-gcc471TDM_ReleaseDLL.7z
XP> - wxMSW-3.0.0-rc2-gcc471TDM_x64_ReleaseDLL.7z
XP> - wxMSW-3.0.0-rc2-gcc471TDM_DebugDLL.7z
XP> - wxMSW-3.0.0-rc2-gcc471TDM_x64_DebugDLL.7z
XP> - wxMSW-3.0.0-rc2-gcc481TDM_ReleaseDLL.7z
XP> - wxMSW-3.0.0-rc2-gcc481TDM_x64_ReleaseDLL.7z
XP> - wxMSW-3.0.0-rc2-gcc481TDM_DebugDLL.7z
XP> - wxMSW-3.0.0-rc2-gcc481TDM_x64_DebugDLL.7z
Could you please use "_gcc" instead of "-gcc" for consistency with the
"_vc" in the existing binaries names? Otherwise this looks good to me,
thanks!
XP> And about the "README" file ? Who write it ?
XP> Will there be only one README, or a "README.vc" and "README.gcc" ?
Good question... I'd probably prefer to stay with a single file but I'm
not sure if it's going to remain sufficiently readable. Well, I guess the
only way to learn it is to try updating it to mention the gcc binaries :-)
The file itself is in docs/release_binaries.mdwn and if you can update it,
it would be very welcome, of course. Otherwise I'll try to do it (and will
ask you to review it).
Regards,
VZ