On 2017-12-22 08:30, Dennis wrote:
I am upgrading my program from win 32 to win 64 using the new Lazarus 1.8.
I discovered my program exe size increased from 6M to 9M.
As already answered. The same applies to Linux and FreeBSD 64-bit
programs. It's normal.
Regards,
Graeme
--
fpGUI Toolkit
Hi,
If you are unlucky enought to use TExtendedHelper.BuildUP() with wrong
values for Mantissa and Exponent, you end up with a binary pattern
that does not represent a valid floating point value.
(Yes, this is a programmer's error)
Now if you supply this "illegal" float as a parameter to
Math.S
On Thu, 21 Dec 2017 15:49:01 +0100
Michael Schnell wrote:
> Rather obviously this
> would needed to be provided by the library (e.g. Lazarus or mse).
LOL, no.
R.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/
On Fri, 22 Dec 2017 08:53:03 +0100 (CET)
Michael Van Canneyt wrote:
> That is one of the points of pas2js. To allow you to program the browser [in
> pascal].
Fixed that for you.
And yes, that's what most transpilers to javascript are meant for.
> There is no need for a server. You can make e.g.
> Why?
At least pointer size takes double space, multiply it with every instances
1.5x bigger is not impossible.
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.f
I am upgrading my program from win 32 to win 64 using the new Lazarus 1.8.
I discovered my program exe size increased from 6M to 9M.
Why?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/lis