I have just introduced myself to Clipper (v56.3) and would like to experiment with it.
The bad news is that I am using Windows XP as the O/S.
How do I prepare a "Dos Box" to behave properly for Clipper?
Many thanks
Paul
Hwvr instead of editing config.nt or autoexec.nt, in XP:
-right click on My Computer
-click on Advanced tab
-click on Environment Variables button
-add clipper env variable to system or user environment
(I use F100;E0)
-add path to clipper5\bin to the path variable
-add path to clipper5\lib to the lib variable (or create if not already there)
Then any dos window you open will be configured for clipper.
The above thread also gives references for handling the problem of CPU being maxed out by clipper progs under XP.
Sorry, don't understand - that thread is still available here by clicking on the link in your post.
You can get a lot more info on the issues raised there in Dave Pearson's FAQ in comp.lang.clipper group in Google.
The 3 big problem areas in getting legacy clipper apps to run well under XP are:
- getting the environment set up for compiling and running.
- solving the problem of having the clipper app hog the cpu when awaiting input
- printing
However there are some old .exe's compiled with libraries which will not run under XP without recompilation - if you don't have the source and/or XP-compatible libraries it may not be possible to run them under XP without guesting another OS such as Win 9x or DOS under XP using something like Microsoft Virtual PC.
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.