Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insufficient Memory error when running 2.5 on an XP mach
Message
From
14/10/2004 10:22:34
 
 
To
13/10/2004 09:38:33
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00923294
Message ID:
00951401
Views:
71
Are you referring to the batch file or to foxprox.exe? We typically store the foxprox.exe on the user's hard drive in a directory that contains all of the runtime files. It is always in the users path. Often, we use a batch file also which resides in the same directory as the foxpro application on the network drive. Here is an example of one of our batch files:
@echo off
cls
echo Please wait...
if not exist C:\Foxpro\Config.fp goto Error
goto Run

:Error
Echo Configuration error.  C:\Foxpro\Config.fp is missing.
pause
goto End

:Run
if exist c:\foxpro\tmp\*.tmp del c:\foxpro\tmp\*.tmp
if exist c:\profiler\ftmp\*.tmp del c:\profiler\ftmp\*.tmp
cd \profiler\progs
c:\foxpro\foxr -cc:\foxpro\nctest\config.fp -t +x profiler

:End
cd \
cls
>Where, exactly, should this file live? The system is on the server (f:\fox25) but they're running it from a batch file on a laptop that's connected to the network (c:\runfox.bat). They tried putting this MEMLIMIT line in a CONFIG.FP file in f:\fox25, but still get the error when running the program from the laptop.
>
>Thanks!
>
>>Are you sure you are using foxproX.exe and NOT foxpro.exe to launch the app? Also, you can test some different memlimit settings in your config.fp:
>>
>>MEMLIMIT=80, 4096, 8192
>>
>>Try boosting the 2nd parameters up even higher if necessary. We use these settings on our FPD26 app in Windows XP successfully. We also include a files=200 in the config.nt file.
>>
>>
>>>Hi all,
>>>
>>>We just got new laptops with XP on them, and when trying to run an old FPD 2.5 app, we get "Insufficient Memory" errors. I've searched to see if there's some kinda patch out there, but came up empty. Any suggestions or answers?
>>>
>>>Thanks very much!
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform