im using a clipper version 5.2 and it wont compile
it display the message
"Rules not found in exe file: c:\clipper.exe"
i dont know what went wrong
Reinstall another CLEAN (and free of viruses, and, of course, your PC) version of Clipper. Is "strange" your message: c:\clipper.exe. Clipper.exe would be under the directory c:\clipper5\bin\. NOT c:\.
Review your install. Also give us a hint of in which plattform yow are working (Win 95, 98, 2000, etc.)
Regards. Also take a look at the documentation about the environment Clipper needs to work.
when you type 'clipper' at a DOS prompt, does it return an error or general info about Clipper?
Have you ever compiled successfully from this PC with Clipper?
yes clipper.exe is under c:\clipper\bin directory im using windows 95.
it returns the general info about clipper and im been using this computer with windows version 95 OS for some quit a long while now until this error struck me out of no where
have you tried to compile from the command line or do you use a .bat file to compile/link your porgram?
Review the compile parameters you are using; try none at all.
Circes9
Make sure PATH setting are pointing to the clipper directories in the DOS window. I found that openning a DOS window over and over again does not guarantee the PATH setting will be initialized properly. I even have trouble with network mappings in DOS wondows.
maybe something has changed in your BAT file
try a compile of 1 prg from the command line and see if same errors occur. like clipper 123.prg
If successful, an OBJ should be made
if that works, then try compiling from the command line with the same parameters the BAT file is using.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.