Quad?

Linux specific forum
pbdep
User
User
Posts: 68
Joined: Fri Apr 25, 2003 5:18 pm
Location: Netherlands

Quad?

Post 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.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post 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).
pbdep
User
User
Posts: 68
Joined: Fri Apr 25, 2003 5:18 pm
Location: Netherlands

Post by pbdep »

Ill check it... thanks..
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

4.10 isn't out yet. is it?
Brice Manuel

Post 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.
Post Reply