Page 1 of 1

Quad?

Posted: Mon Apr 16, 2007 9:31 pm
by pbdep
I have on linux a simple loop like ->

global X.q
repeat
X = X + some-integer
printn(StrQ(X))
until...

that works fine under linux..

But under win32 Im getting strange crashes...?

Is there pehaps a Quad + Integer bug in Win32?

Norman.

Posted: Mon Apr 16, 2007 11:14 pm
by Fred
Actually the compiler v4 for linux includes the lastest fixes about quads, so it is probably already fixed (will requiers the v4.10 for Windows).

Posted: Tue Apr 17, 2007 7:36 am
by pbdep
Ill check it... thanks..

Posted: Tue Apr 17, 2007 1:06 pm
by Trond
4.10 isn't out yet. is it?

Posted: Tue Apr 17, 2007 2:28 pm
by Brice Manuel
Trond wrote:4.10 isn't out yet. is it?
He said in another post there wasn't a set date, but it should be out soon.