[fpc-devel] Array with char index could not compile

2006-07-06 Thread Alexander Todorov
Hello, I have troubles with compiling array with char index that uses cyrillic characters. Please see issue: #7122 for details. http://www.freepascal.org/mantis/view.php?id=7122 Any ideas or workarounds are more than welcome. Thanks. ___ fpc-devel maill

Re: [fpc-devel] Array with char index could not compile

2006-07-06 Thread Jonas Maebe
On 6 jul 2006, at 15:48, Alexander Todorov wrote: I have troubles with compiling array with char index that uses cyrillic characters. Please see issue: #7122 for details. http://www.freepascal.org/mantis/view.php?id=7122 Your program is wrong. I've added a note. Jonas __

Re: [fpc-devel] wrong results of function "align"

2006-07-06 Thread Alejandro Lucas Baldres
How to apply the patch? Thank you -- Lucas Baldrés ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Array with char index could not compile

2006-07-06 Thread Пётр Косаревский
> I have troubles with compiling array with char index that uses > cyrillic characters. As you use unicode, you could index it from 0 to 10 and access like my_array[char_to_code(char_itself_or_string_or_array_to_take_char_from_the_beginning)]. If I get it right, widechar is word, char is byt

Re: [fpc-devel] wrong results of function "align"

2006-07-06 Thread Burkhard Carstens
Am Donnerstag, 6. Juli 2006 12:15 schrieb Alejandro Lucas Baldres: > How to apply the patch? Thank you It is allready applied to the svn trunk. If you need to do it by hand, I think "patch -p0 < fixalign.patch" in fpc source dir should do it. regards Burkhard __

[fpc-devel] Forum Integration

2006-07-06 Thread Felipe Monteiro de Carvalho
Hello, I would like to propose merging the forums as the next initiative to bring Free Pascal and Lazarus closer. Some questions on Lazarus forum acctually belong to free pascal, and I think that this would make both forums better. Perhaps we can find a way to copy the current free pascal messag