[fpc-devel]debugging

2003-12-01 Thread Tamas Konkoly
Hi, Has the compiler a switch which I can set that if I get a runtime error or other error, I receive the error line number and source file name too? Tcc ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-

[fpc-devel]Registry bug

2003-11-28 Thread Tamas Konkoly
Hi, I found a bug in registry.pp file. I use fpc 1.0.10 release version. So It's possible that this is already fixed. Change this line from: TRegDataType = (rdUnknown, rdString, rdExpandString, rdInteger, rdBinary); to: TRegDataType = (rdUnknown, rdString, rdExpandString, rdBinary, rdInteger

Re: [fpc-devel]comment bug

2003-11-28 Thread Tamas Konkoly
$IFDEF or $A- > directives are always in comments > > Darek > > - Original Message - > From: "Tamas Konkoly" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, November 24, 2003 6:27 PM > Subject: [fpc-devel]comment bug > >

[fpc-devel]comment bug

2003-11-24 Thread Tamas Konkoly
Hi, There is a small sample. If there is a $ after the comment // characters, I get an error from the compiler. begin writeln(''); //$ end. Is this a bug? Tcc ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mai

[fpc-devel]Freepascal bug?

2003-10-13 Thread Tamas Konkoly
Hi, I found a problem in fpc. I don't know that this is a bug or not. I would like to know why don't work the first d declaration. The second declaration work only well, because I checked it. type TR=record a,b,c:longint; end; var data:array[0..100]of TR; procedure pp(var r:TR); var