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

"cannot locate the desired version of foxpro"

Status
Not open for further replies.

dannyts

Technical User
May 18, 2006
3
GB
i have 8 windows XP & UNIX server with a program/database on it. the clients have a mapped network drive to the server and the a shortcut on there desktop that runs a batch file. the batch file opens MS-DOS and runs a .exe from the server which then brings up a log-in box for the program. this is where the problem is on 2 new computer, it runs the .exe then the next line is
"cannot locate the desired version of foxpro"
then dos close & returns to the desktop.

does anyone have any ideas ?
 
You does not have configured XMS memory. In _DEFAULT.PIF you can set it. About 4MB is enough.

Tomas
 
done that & now i get a new message. which is

--------------------------------------------------
a program error has been encountered
please contact CHASE with the following message.

Error Number : 1
Error Message : file HEADER does not exist
Source Line : file HEADER does not exist

in OPEN.FXP
Working with Database
---------------------------------------------------
 
cannot locate the desired version of foxpro"
means that the runtime files cannot be found.

Perhaps they aren't on the new computers yet?

The needed file is foxdx260.esl

Rob.
 
thanks for the help guy

CHASE went bust !

i have found "foxdx250.esl" on the unix system, how do i install this ?
 
You must have the file in the directory where the foxpro exe programs are or in the path.

Rob.
 
foxdx250.esl is for foxpro version 2.5, foxdx260.esl is for foxpro 2.6, so which file you need depends on the foxpro version that compiled the prg's into exe programs.

Rob.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top