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

2014-06-26 Thread mokashe.ram
Ok Thanks , Tomas -- 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-tp5719636p5719654.html Sent from the Free Pascal - General mailing list archive at Nabble.com.

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

2014-06-26 Thread mokashe.ram
Thanks Jeff -- 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-tp5719636p5719655.html Sent from the Free Pascal - General mailing list archive at Nabble.com.

[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

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

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] 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

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