Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Runtime error R6003

0 views
Skip to first unread message

Sylvain Lafrance

unread,
Mar 27, 2001, 4:49:03 PM3/27/01
to
Hi all

I have a program developed in Clipper but I don't the the version. I tried
to run this program on my P3-800 wich is too fast so I got a runtime error
R6003. Does someone know a patch so I can use this program ??

I know there is a patch that correct directly the .exe file for Turbo
Pascal, but is there one for Clipper ????


Thanks all

David Marteinson

unread,
Mar 27, 2001, 5:14:13 PM3/27/01
to
Sylvain,

See:

http://www.geocities.com/SiliconValley/4231/r6003.html

-djm

David Marteinson / Contract Programmer / 416-871-9175 /
dmart...@home.com

"Sylvain Lafrance" <sl...@globetrotter.net> wrote in message
news:jV7w6.548342$JT5.15...@news20.bellglobal.com...

Stephen Quinn

unread,
Mar 27, 2001, 5:11:40 PM3/27/01
to
Sylvain

From the recently posted VFAQ - Very Frequently asked Questions
-----------------------------------------------------------------------
* What is runtime error R6003?

FAQ:
<URL:http://www.davep.org/clipper/FAQ/clipper-4.html#ss5.7>

Example Deja search:

<URL:http://www.deja.com/dnquery.xp?QRY=r6003+%7Eg+comp.lang.clipper&ST=MS&s
vcclass=dnserver&DBS=1>

Update (FAQ requires updating with this information):
<URL:ftp://ftp.ca.com/pub/clipper/tools3.zip> fixes the problem.

--
HTH
Steve Quinn
If you're too open minded, your brains will fall out.


"Sylvain Lafrance" <sl...@globetrotter.net> wrote in message
news:jV7w6.548342$JT5.15...@news20.bellglobal.com...

Dave Pearson

unread,
Mar 27, 2001, 5:10:25 PM3/27/01
to
* Sylvain Lafrance <sl...@globetrotter.net>:

The VFAQ <URL:http://www.davep.org/clipper/VFAQ/> is posted every Tuesday
evening (UK local time). IOW, a copy was posted just a handful of hours ago.
Isn't it making it to your news server?

--
Dave Pearson | OSLib - Timeslice release functions.
http://www.davep.org/ | eg - Norton Guide reader for Linux.
http://www.davep.org/clipper/ | weg - Norton Guide reader for Windows.
http://www.davep.org/norton-guides/ | dgscan - DGROUP scanner for Clipper.

Andrzej P. Wozniak

unread,
Mar 29, 2001, 6:19:58 PM3/29/01
to
Osoba podpisana jako "Sylvain Lafrance" <sl...@globetrotter.net> w art.
news:jV7w6.548342$JT5.15...@news20.bellglobal.com pisze:

The best solution is to download and link new version of CA-Tools. But if
you have no sources, then use the following patch that replaces the DIV CX
instruction that causes the R6003 error with two NOP instructions.

Use a hex editor to find the following sequence of bytes in your program:

B8 52 17 8B CA 33 D2 F7 F1

Replace the F7 with 90 and also replace the F1 with 90.

Some remarks:
1. If the .exe file is compressed (e.g. by Blinker), it cannot be patched.
2. I don't know if MILLISEC() will work after patching :-(

--
Regards from the Harbour mirror in Poland
Andrzej P. Wozniak
us...@poczta.onet.pl (z->h in address from header)
http://www.harbour.pl.eu.org/


Boris

unread,
Apr 3, 2001, 11:14:21 AM4/3/01
to

Andrzej P. Wozniak <us...@poczta.onet.pl.invalid> wrote in message
9a0ho3$ebk$1...@news.onet.pl...
0 new messages