Re: [fpc-devel] FPC_REQUIRES_PROPER_ALIGNMENT

2004-10-16 Thread Chess Player
If packed records are such a problem, don't use packed records. We're not programming for computers with 640kb of RAM. __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail ___

[fpc-devel] bug report

2004-10-12 Thread Chess Player
>Did any of the BIOS calls have an address to data as one of the >arguments? >If so, read the documentation for the GO32V2 unit, most notably >copyfromdos/copytodos. No, a call is made with simple arguments such as the x,y screen position or a color (attribute) and a character to write. Eventual

[fpc-devel] bug report

2004-10-11 Thread Chess Player
I installed version 1.9.4 for windows and compiled my program. It appears to work perfectly, and, amazingly, the size of the executable was reduced from 63k to 23k! To give the windows version a more rigorous test, I compiled a DOS filter program I wrote as a partial replacement for ANSI.SYS. It

[fpc-devel] bug report

2004-10-11 Thread Chess Player
Peter Vreman wrote > It is already fixed in 1.9.4 Compiling with 1.9.4 produces error messages, ending with error setting exception n°0D error setting exception n°0E error setting exception n°0F error setting exception n°10 error setting exception n°11 61 Lines compiled, 0.3 sec error setting exc

[fpc-devel] bug report

2004-10-10 Thread Chess Player
I write to all 4 bytes of an array, but only the first byte is changed. The attached short program demonstrates the bug in Free Pascal Compiler version 1.0.11 [2004/05/18] for i386 in a DOS-box under Windoze. By the way, I attempted to post this bug on the Free Pascal website, but the "Submit bug