Re: Bitten by a bug
- Posted by Brian Broker <brian_broker at yahoo.com> Oct 19, 2005
- 549 views
DB James wrote: > > Robert Craig wrote: > > > > Vincent wrote: > > > I tried out and tested your program with the 2.5 official translator with > > > Open > > > Watcom v1.4 beta (uncompressed EXE), and the program returned appended > > > this > > > into Result.txt after two runs: > > > > > > Test results for values of x (set at 75 before each operation) > > > > > > With "x=x/100": x=0.750000 > > > With "x=x/100.0": x=0.750000 > > > With "x/=100": x=0.750000 > > > With "x/=100.0": x=0.750000 > > > > > > End test results for values of x > > > > > > Test results for values of x (set at 75 before each operation) > > > > > > With "x=x/100": x=0.750000 > > > With "x=x/100.0": x=0.750000 > > > With "x/=100": x=0.750000 > > > With "x/=100.0": x=0.750000 > > > > > > End test results for values of x > > > > > > > > > So it seems to be working fine for me... hmm, maybe you should try a newer > > > version > > > of Watcom or another supported C compiler. > > > > I just tried it using Watcom 10.6 > > (a version that's older than OpenWatcom 1.0) > > and it worked fine on both DOS and Windows (ec and ecw). > > > > Regards, > > Rob Craig > > Rapid Deployment Software > > <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a> > > > > As with Vincent, thanks for looking into this. Perhaps the little "c" at the > end of "WATCOM C/C++ Version 11.0c" stands for "caught ya" > > --Quark > Although I still haven't bothered with translating/compiling, I've never had problems with the compiler offered by http://www.mingw.org/ (experience limited, but always without issue). I still don't understand why it's not supported. Could it possibly be too much trouble? Can I assist you in testing it Robert? If a Multiple Arcade Machine Emulator can be compiled using it, it can't be all that bad, epecially speed-wise. I don't ask much and I offer assistance... -- Brian