RE: Size of TSVN msi installer, need your opinion
From: Gavin Lambert <colnet_at_mirality.co.nz>
Date: Sun, 13 Sep 2015 20:58:25 -0700 (PDT)
On 12/09/2015 21:03, Stefan Küng wrote:
Note that it is required by CRT law to either link everything statically, or everything dynamically, or to ensure that no CRT state crosses the different-CRT boundaries. This includes memory allocations -- objects created by new/malloc on one side can be passed over the line as pointers but must be passed back again and delete/freed only on their original "side". This also means that eg. you can never pass std::string or most other STL objects over the line.
So this decision might be forced for you, depending on what you're doing. :)
> 1.9.0 32-bit : 15.8MB
I don't think anyone really cares about this level of size increase any more. Even someone on dial-up could download that in a couple of minutes.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.