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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clipper and Windows XP

Status
Not open for further replies.

JPaulB

Programmer
May 26, 2005
2
CA
Hi Folks,

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
 
Hi, Paul

Take a look at:

Installing Clipper 5.x on Win/XP
thread288-942760

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.

Jock
 
I need the full contents of this thread288-942760 I am trying to configure windows XP to run clipper applications..no go.
 
Hi, fbizzell

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.

What problems are you experiencing?

Jock
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top