Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime ERROR R6003 3

Status
Not open for further replies.

agedoorn

Programmer
Nov 7, 2000
28
BE
Help,

Again....

Since the INTEL processor III 776 MHz ... the runtime error R6003 occurs again.
We are using __WAIT_4.OBJ to link. Nevertheless...

Is there a new way to solve this problem ?


Wim van Haegendoren - Belgium
e-mail info@agedoorn.com
 
I encountered the same problem on Intel PIII 750 and __WAIT_4.OBJ does not help indeed. Is there anyone who knows the solution?

Attila Vidakovics, Hungary
profit@deltav.hu

 
You can solve the problem!

Just download TOOLS3.ZIP
from ftp://mf.cai.com/CAproducts/clipper/

This patch will help!
__WAIT_4.OBJ and earlier versions are obsolate!

Wim
 
I am designing a Clipper S'87 program in W98. I keep running up against the 15 file limit at execution time (DOS file error "4" - too many files no file handles left), although in DOS 3.30, you could have up to 254 files open concurrently. I have tried the "files=254" in the config.sys, and "set clipper = F254" in the batch file used for executing the application. No luck. Think I may need to tell Clipper I am using MS-DOS 3.30?? If so, how?

Does anyone know how I can get Clipper to permit more files to be open simultaneously? Thanks
 
To compguy222

try files=99 in config.sys

and set clipper=f81 in autoexec.

I suspect that since there are only 255 handles available in dos, clipper is eating up 254 of them leaving none for dos devices such as your screen or the printer.
I would suggest you move from s'87 to at least 5.2. It is much cleaner.

Bob v
 
dear netter

i'm use dos program from clipper 501 .
when i run this program it's have run-time error 6003
intreger device by 0.

i'm set autoexec.nt with set clipper=f100
and in config.nt set files=100 too.

what my problem and how solving this?

contact us please :pulungagung@indonesia-co.com

thank

dahlan

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top