Re: [fpc-pascal] Can We use CRT and Video Unit in Single Unit In free pascal

2014-06-23 Thread DaWorm
Or you can do the right thing and not use the contents of the video memory as if it were a variable to be used to check if you have or have not done a particular thing, which is what it looks like your original code does. This would require understanding more of what the program you are porting wa

Re: [fpc-pascal] Can We use CRT and Video Unit in Single Unit In free pascal

2014-06-23 Thread Tomas Hajny
On Mon, June 23, 2014 12:09, mokashe.ram wrote: Hi, > Thanks for your help. > I have Gone throgh the previous post, > (In)compatibility of units Video and Crt is platform (implementation) > specific thing. They can be used together without any issues on > platforms > pr

Re: [fpc-pascal] Can We use CRT and Video Unit in Single Unit In free pascal

2014-06-23 Thread mokashe.ram
Hi Thanks for your help. I have Gone throgh the previous post, (In)compatibility of units Video and Crt is platform (implementation) specific thing. They can be used together without any issues on platforms providing sufficient access to the console. *it mea

Re: [fpc-pascal] rewritng function

2014-06-23 Thread Tomas Hajny
On Mon, June 23, 2014 09:53, Jonas Maebe wrote: > On 23 Jun 2014, at 09:01, mokashe.ram wrote: > >> please help me on rewriting below fixing using any other >> workaround..as >> i have already gone through my post but still i am not able to fix this >> MEM >> issue.this is on ly one issue w

Re: [fpc-pascal] Can We use CRT and Video Unit in Single Unit In free pascal

2014-06-23 Thread Tomas Hajny
On Mon, June 23, 2014 09:51, Jonas Maebe wrote: > On 23 Jun 2014, at 09:45, mokashe.ram wrote: > >> Can We use CRT and Video Unit in Single Unit Simulteneously... > > That is documented: http://www.freepascal.org/docs-html/rtl/video/ (the > remark at the bottom of the page) While Jonas is

Re: [fpc-pascal] rewritng function

2014-06-23 Thread Jonas Maebe
On 23 Jun 2014, at 09:01, mokashe.ram wrote: > please help me on rewriting below fixing using any other workaround..as > i have already gone through my post but still i am not able to fix this MEM > issue.this is on ly one issue which i amnot able to fix yet. > > FUNCTION error_messa

Re: [fpc-pascal] Can We use CRT and Video Unit in Single Unit In free pascal

2014-06-23 Thread Jonas Maebe
On 23 Jun 2014, at 09:45, mokashe.ram wrote: > Can We use CRT and Video Unit in Single Unit Simulteneously... That is documented: http://www.freepascal.org/docs-html/rtl/video/ (the remark at the bottom of the page) Jonas ___ fpc-pascal mai

[fpc-pascal] Can We use CRT and Video Unit in Single Unit In free pascal

2014-06-23 Thread mokashe.ram
HI, Can We use CRT and Video Unit in Single Unit Simulteneously... Thanks SUD -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Can-We-use-CRT-and-Video-Unit-in-Single-Unit-In-free-pascal-tp5719636.html Sent from the Free Pascal - General mailing list

[fpc-pascal] rewritng function

2014-06-23 Thread mokashe.ram
Hi eveyone, please help me on rewriting below fixing using any other workaround..as i have already gone through my post but still i am not able to fix this MEM issue.this is on ly one issue which i amnot able to fix yet. FUNCTION error_message_already_written : BOOLEAN; BEGIN *e