Re: [Harbour] Re: HB_LONG_LONG_OFF in OS/2

2008-01-21 Thread Przemyslaw Czerpak
On Mon, 21 Jan 2008, Guy Roussin wrote: > Hi, > With this code : > #!/usr/local/bin/hbrun > proc main() > ? 1234567890123456789 > ? 12345678901234567890 > return > i get these results (linux debian): > 1234567890123456789 > 1234567890123457 > strange no ? No, expected. 12345678901234567890 i

Re: [Harbour] Re: HB_LONG_LONG_OFF in OS/2

2008-01-21 Thread Guy Roussin
Hi, With this code : #!/usr/local/bin/hbrun proc main() ? 1234567890123456789 ? 12345678901234567890 return i get these results (linux debian): 1234567890123456789 1234567890123457 strange no ? Guy David Arturo Macias Corona a écrit : > When HB_LONG_LONG_OFF was set then in nearly all

Re: [Harbour] Re: HB_LONG_LONG_OFF in OS/2

2008-01-19 Thread Przemyslaw Czerpak
On Fri, 18 Jan 2008, David Arturo Macias Corona wrote: > > Without HB_LONG_LONG_OFF this number is stored as double value > > rounded to 53 bits precision and presented as: > Sorry, with or without ? I got inverse Sorry, typo. Of course _with_. best regards, Przemek __