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

Xp and memory

Status
Not open for further replies.

pudarda

Technical User
Feb 9, 2005
8
AR
An application made in FPW26 that in Win98 it was executed without problems, now low Xp gives me errors.
One of the errors is the SHOW GETS, the other one in the GEt Combos or List those that give lack error by memory.
After to give the error and to close the application and to begin again that I modulate it doesn't generate the error.
The foxprow has applied its corresponding patch.
Some idea or suggestion?
Pardon for my english
Thank you
 
XP (and NT/2000/2003) is a whole different type of OS (no underlying DOS!), and requires different configuration values.

What do you have in your CONFIG.FPW file?

Rick
 
My config.fpw In the pc of the executable program

KEYCOMP = DOS
CODEPAGE = AUTO
COLLATE = SPANISH
CATMAN=OFF
TMPFILES=C:\TEMPORAL
SORTWORK=C:\TEMPORAL
EDITWORK=C:\TEMPORAL
PROGWORK=C:\TEMPORAL
MVCOUNT=1024
MEMLIMIT=80,2048,16384
AUTOSAVE=ON
DEVELOPMENT=OFF
CENTURY=ON
 
MEMLIMIT should have only 2 parameters, so remove the ",16384"

thread182-951226
thread182-926135

If SHOW GETS or popups are causing a problem see thread182-830066 or thread182-953626 and the links there.

dbMark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top