Re: [fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-31 Thread Mark Morgan Lloyd
On 30/05/2014 11:00, mokashe.ram wrote: Thanks For Your This Prompt Reply... but in promgram these functions are already used in my applcation developed in TP7, sonow i am migration this applcation to free pascal. how can i replace using free pascal? Don't. In the larger scale of things,

[fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-30 Thread mokashe.ram
Hi Could any one help me on the replacement of MemAvail and MaxAvail function in free pascal 32 bit OS(windows 7). Thanks, Sudarshan Mokashe -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/replacement-of-MemAvail-and-MaxAvail-tp5719435.html Sent from the

Re: [fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-30 Thread Michael Van Canneyt
On Fri, 30 May 2014, mokashe.ram wrote: Hi Could any one help me on the replacement of MemAvail and MaxAvail function in free pascal 32 bit OS(windows 7). These functions have almost no meaning in a modern OS. They depend on available RAM, OS usage, number of programs currently running,

Re: [fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-30 Thread mokashe.ram
Thanks For Your This Prompt Reply... but in promgram these functions are already used in my applcation developed in TP7, sonow i am migration this applcation to free pascal. how can i replace using free pascal? -- View this message in context:

Re: [fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-30 Thread Michael Van Canneyt
On Fri, 30 May 2014, mokashe.ram wrote: Thanks For Your This Prompt Reply... but in promgram these functions are already used in my applcation developed in TP7, sonow i am migration this applcation to free pascal. how can i replace using free pascal? Throw away the code that uses these

Re: [fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-30 Thread mokashe.ram
Ok Thanks Michael ... Thanks, Sudarshan Mokashe -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/replacement-of-MemAvail-and-MaxAvail-tp5719435p5719440.html Sent from the Free Pascal - General mailing list archive at Nabble.com.

Re: [fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-30 Thread Karoly Balogh (Charlie/SGR)
Hi, On Fri, 30 May 2014, mokashe.ram wrote: Thanks For Your This Prompt Reply... but in promgram these functions are already used in my applcation developed in TP7, sonow i am migration this applcation to free pascal. how can i replace using free pascal? Michael is right, there's no *real*

Re: [fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-30 Thread Jonas Maebe
On 30 May 2014, at 11:37, mokashe.ram wrote: but in promgram these functions are already used in my applcation developed in TP7, sonow i am migration this applcation to free pascal. how can i replace using free pascal? Set the global variable ReturnNilIfGrowHeapFails to true, and in all

Re: [fpc-pascal] replacement of MemAvail and MaxAvail

2014-05-30 Thread waldo kitty
On 5/30/2014 5:37 AM, mokashe.ram wrote: Thanks For Your This Prompt Reply... but in promgram these functions are already used in my applcation developed in TP7, sonow i am migration this applcation to free pascal. how can i replace using free pascal? take them out... what do you need them