Re: [lazarus] Bug in Messages window

2007-02-02 Thread Luiz Americo Pereira Camara
Mattias Gaertner wrote: On Fri, 02 Feb 2007 17:53:52 -0200 Luiz Americo Pereira Camara <[EMAIL PROTECTED]> wrote: After updating to today svn when i click in a line of the Messages window togo to the specified file i get an error message: Unable to find file "Compiling E:\repositories\lui

Re: [lazarus] Bug in Messages window

2007-02-02 Thread Mattias Gaertner
On Fri, 02 Feb 2007 17:53:52 -0200 Luiz Americo Pereira Camara <[EMAIL PROTECTED]> wrote: > After updating to today svn when i click in a line of the Messages > window togo to the specified file i get an error message: > > Unable to find file "Compiling > E:\repositories\luipack\trunk\atbinhex\

[lazarus] Bug in Messages window

2007-02-02 Thread Luiz Americo Pereira Camara
After updating to today svn when i click in a line of the Messages window togo to the specified file i get an error message: Unable to find file "Compiling E:\repositories\luipack\trunk\atbinhex\ATBinHex.pas" etc... It seems that the code to get the filename is broken returning also the "Com

Re: [lazarus] Debugger and IDE workings

2007-02-02 Thread Marc Weustink
Bogusław Brandys wrote: > Alexander Todorov wrote: >> On 1/31/07, Marc Weustink <[EMAIL PROTECTED]> wrote: >>> 1) the ide tells gdb: step >>> 2) then gdb does its things and stops somewhere. >>> 3) the ide asks gdb: where are you >>> 4) gdb responds: I'm in file abc.xyz at line 123 >>> 5) the ide h

Re: [lazarus] FP/Delphi compatible Encryption and Zip Libraries?

2007-02-02 Thread Lee Jenkins
Graeme Geldenhuys wrote: On 2/1/07, Vincent Snijders <[EMAIL PROTECTED]> wrote: > The zlib stuff should work well between them I would imagine. We use zlib for compression under both Delphi and Lazarus. No problems at all. One option is DCPCrupt: http://wiki.lazarus.freepascal.org/DCPcry

Re: [lazarus] Debugger and IDE workings

2007-02-02 Thread Bogusław Brandys
Alexander Todorov wrote: On 1/31/07, Marc Weustink <[EMAIL PROTECTED]> wrote: 1) the ide tells gdb: step 2) then gdb does its things and stops somewhere. 3) the ide asks gdb: where are you 4) gdb responds: I'm in file abc.xyz at line 123 5) the ide highlights that line. gdb doesn't know this in

Re: [lazarus] Expert for Lazarus

2007-02-02 Thread Joao Morais
Mattias Gaertner wrote: On Sun, 28 Jan 2007 11:50:47 -0200 Joao Morais <[EMAIL PROTECTED]> wrote: Hello, About changing source code, afaics I have access to an specific source file using srceditorintf.SourceEditorWindow.SourceEditorIntfWithFileName('someunit.pas'). Inside the TSourceEditor

Re: [lazarus] Expert for Lazarus

2007-02-02 Thread Mattias Gaertner
On Sun, 28 Jan 2007 11:50:47 -0200 Joao Morais <[EMAIL PROTECTED]> wrote: > > Hello, > > About changing source code, afaics I have access to an specific > source file using > srceditorintf.SourceEditorWindow.SourceEditorIntfWithFileName('someunit.pas'). > > Inside the TSourceEditorInterface cl