Thanks,
Julian
=========================================================================
Julian Smart mailto:julian...@btopenworld.com
3 Water Street, Stamford, www.anthemion.co.uk
Lincs, U.K., PE9 2NJ +44 (0)1780 765976
StoryLines: story structuring www.storylinescentral.com
HelpBlocks: HTML help authoring www.helpblocks.com
DialogBlocks: cross-platform dialogs www.anthemion.co.uk/dialogblocks
=========================================================================
Dimitri wrote:
> At 11:38 6/1/2003, Julian Smart wrote:
>
>> We're planning on making a release this weekend (8th June)
>> or shortly thereafter, so all testing of the 2.4 branch
>> will be very welcome, as would any suggestions for must-have
>> bug-fixes too.
>
>
> I'll do the usual compile-all-samples-with-msvc test.
>
> I don't care much about backwards (binary) compatibility, but I recall
> something about the current wxWindows 2.4.1 DLL not working with the
> 2.4 DLL release (With Borland), causing an immediate crash. Did someone
> dare to look into it?
>
> Regards,
> Dimitri
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-dev-un...@lists.wxwindows.org
> For additional commands, e-mail: wx-de...@lists.wxwindows.org
>
OK, thanks!
Is an app-developer supposed to _rename_ the DLL before distributing his
application? Then I agree, adding the micro number gives no advantage.
OTOH, if it is ok to distribute a wxMSW24.DLL, then adding the micro number
for versions that are no longer binary compatible is a MUST IMHO. Otherwise
an application redistributing a newer version of the wxWindows DLL will
break installed application using the older version. Thats very bad: You
install a new application and suddenly your old applications no longer run.
The reason is of course that Windows will load whichever wxWindows DLL
comes first in the search path and - worse - if a DLL with that name is
already in memory, it will not load it again from a different path.
So whats the policy? Rename wxWindows DLLs before distributing?
Hajo
Many thanks, this is very useful. I'll have a look at
the bug reports.
Aaagh, not the DOS-like Turbo Debugger? I've tried it in
the past but it's a complete nightmare in my experience.
So unfortunately I won't be trying to debug those BC++ bugs,
sorry...
Aha, thanks for tracking that down.
I've committed a fix to simply set pcntSum
to 1.0 if it's zero. Not a very intelligent
fix but it's better than crashing.