[fpc-pascal] Drawing window out line

2014-05-22 Thread mokashe.ram
Hi , Could Any One help Me to writing Horizontal and vertical line to message window in Free Pascal as i MEM and MEMW function not supported in free pascal. note : we can not use Video and CRT Unit both in single unit. i want to use CRT unit only. below is the my sample code PROCEDURE

Re: [fpc-pascal] Drawing window out line

2014-05-22 Thread Mark Morgan Lloyd
mokashe.ram wrote: Hi , Could Any One help Me to writing Horizontal and vertical line to message window in Free Pascal as i MEM and MEMW function not supported in free pascal. note : we can not use Video and CRT Unit both in single unit. i want to use CRT unit only. below is the my sample

Re: [fpc-pascal] Drawing window out line

2014-05-22 Thread Tomas Hajny
On Thu, May 22, 2014 09:00, mokashe.ram wrote: Hi, Could Any One help Me to writing Horizontal and vertical line to message window in Free Pascal as i MEM and MEMW function not supported in free pascal. note : we can not use Video and CRT Unit both in single unit. i want to use CRT

Re: [fpc-pascal] Drawing window out line

2014-05-22 Thread Tomas Hajny
On Thu, May 22, 2014 09:55, Mark Morgan Lloyd wrote: mokashe.ram wrote: . . it's probably safe to assume that your instructor is reading this mailing list with interest, perhaps he'd like to fill in what operating system etc. your code's supposed to run on since you've not told us :-) In

Re: [fpc-pascal] Drawing window out line

2014-05-22 Thread Mark Morgan Lloyd
Tomas Hajny wrote: On Thu, May 22, 2014 09:55, Mark Morgan Lloyd wrote: mokashe.ram wrote: . . it's probably safe to assume that your instructor is reading this mailing list with interest, perhaps he'd like to fill in what operating system etc. your code's supposed to run on since you've

Re: [fpc-pascal] Drawing window out line

2014-05-22 Thread Tomas Hajny
On Thu, May 22, 2014 10:51, Mark Morgan Lloyd wrote: . . Going back to the earlier message: note : we can not use Video and CRT Unit both in single unit. i want to use CRT unit only. Perhaps somebody would like to confirm this, but my understanding is that Video and CRT can't be used