Am 07.10.2018 um 00:46 schrieb Graeme Geldenhuys:
On 06/10/18 20:15, Santiago A. wrote:
places, so can't use Currency data type.
6 decimals, no currency that's a problem ;-)
Yeah, tell me about it.
you must specify : "Discount will be applied to each item".
64bits is a lot of precision, but
On 06/10/18 20:15, Santiago A. wrote:
>> places, so can't use Currency data type.
> 6 decimals, no currency that's a problem ;-)
Yeah, tell me about it.
> you must specify : "Discount will be applied to each item".
> 64bits is a lot of precision, but don't be overconfident, even in such
> case e
On Sat, 6 Oct 2018, Marc Santhoff wrote:
Hi,
being rather agnostic regarding web techniques I have to ask:
What module or unit is best for being used when calling web services?
fphttpclient is what you need.
I want to try using Apache Tika running as a server for extracting the
contents
El 06/10/18 a las 20:48, Graeme Geldenhuys escribió:
On 03/10/18 20:05, Santiago A. wrote:
I don't know why you want to compare two floats, but you'd better use
currency type.
I fully understand that. We do financial calculation up to 6 decimal
places, so can't use Currency data type.
6 decima
On 03/10/18 20:05, Santiago A. wrote:
> What does java does? I don't know. Perhaps it just rounds the output,
> try System.out.println(ans==0.0). Perhaps it uses a high precision that
> *in this case* gets always 0.
I investigated that too. Under Java, double is always 64-bit based. So I
guess
On 03/10/18 20:05, Santiago A. wrote:
> I don't know why you want to compare two floats, but you'd better use
> currency type.
I fully understand that. We do financial calculation up to 6 decimal
places, so can't use Currency data type.
Our real issue was the different results using the same cal
On 03/10/18 10:54, Bernd Oppolzer wrote:
> The explanation for the results is as follows:
Thank you Bernd and Florian for your explanations. They were very useful
indeed.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My publ
Hi,
being rather agnostic regarding web techniques I have to ask:
What module or unit is best for being used when calling web services?
I want to try using Apache Tika running as a server for extracting the
contents of files. Files are transferred using HTTP PUT method-
See there for a quick ov
I didn't see that thread. I can confirm that
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/ exists on
my system
Colin
On 06/10/2018 15:37, Michael Ring wrote:
A whilke ago I have proposed a fix in fpc-devel in Thread: "MacOS
Mojave beta - crt1.o not installed to /usr/lib"
Usin
Possibly unwisely, I updated by Mac to Mojave. I found that things
(including 32 bit apps) worked, but:
I had to add
-Fl/Applications/Xcode.app/Con
tents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib
to my fpc.cfg to avoid "/usr/lib/crt1.o not found" errors. It seems as
In our previous episode, Anton Shepelev said:
> may return the status multiplied by 256? If my child pro-
> cess terminates with Halt(1), the status is 256, if with
> Halt(2), the status is 512, etc.
Entirely normal. Status is an opague format in POSIX, and there are macros
to pry them ap
Hello, all
Can anybody suggest why the function
function FpWaitPid
( pid: TPid;
var Status: cint;
Options: cint
): TPid;
may return the status multiplied by 256? If my child pro-
cess terminates with Halt(1), the status is 256, if with
Halt(2),
12 matches
Mail list logo