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

Insufficient Memory.FPD 2.6a.XP SP2 Home.While Building EXE.

Status
Not open for further replies.

sith999

Programmer
Jun 8, 2008
2
RU
I get "Insufficient Memory" window when trying to build exe. I check "Rebuild all","Show Errors","Build Stand-alone EXE"(extended one). After compiling all files(I see there are no errors) I look at "Insufficient memory" window and everything stops :((( Please pay attention that it doesn't affect already built exe-files, I get error only in IDE

Maybe something happened to my linker :(

My config.nt file has:
-----------------
files=240
buffers=30
-----------------
It doesn't help.
 
From fox try
RUN MEM >SomeFile.txt
and then send here information from that file.

What does sys(1001), sys(1016), sys(2020), sys(2023) return?

Where you have TMP files ?
Maybe fox can not write tmp file to the disk ...


Tomas
 
Sorry for my own translation. I don't have english version to spell correctly.
SomeFile.txt:--------
655360 bytes Whole
655360 bytes available for MS-DOS
484768 max size of executable program

4194304 bytes - Whole EMS
4194304 bytes - Free EMS

19922944 bytes - Whole continuous extended memory
0 bytes - available continuous extended memory
15580160 bytes - available XMS memory
resident MS-DOS part is loaded in HMA segment

----------------------
?SYS(1001) = 4296640
?SYS(1016) = 144736
?SYS(2020) = 1023932928
?SYS(2023) = C:

----------------------
tmp files are created in the same directory as foxprox.exe or maybe you mean some other? I think there's also some SYS(X) command that gives such directory.
 
You should have a Config file which is Config.FPW

here is a sample for it.

KEYCOMP = WINDOWS
CATMAN=OFF
MEMLIMIT=80, 32000, 65000
MVCount = 1512


MEMLIMIT line solves your problem. Next one is also usefull for huge applications.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top