[lazarus] problem with threads in Lazarus 0.9.8b ?

2005-08-17 Thread wkwj
Hi all ! I have encountered a problem when compiling in new Lazarus 0.9.8b my program using threads. The compilation and linking give no errors, the program starts but when it starts the new thread it crashes (it displays some message but it is too quick to read). When the call to start

Re: [lazarus] IDE .lpi and relative filenames

2005-08-17 Thread Marc Weustink
Mattias Gaertner wrote: There is a lazarus bug report about filenames not saved relative in the .lpi file, which resulted in unit not found errors and similars. I only get these kind of errors if more than one path exist to the same sources and I'm viewing a source reached through a different

Re: [lazarus] Further questions when porting a Delphi project

2005-08-17 Thread Mattias Gaertner
On Tue, 16 Aug 2005 23:11:51 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Mon, 15 Aug 2005 00:09:37 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Sat, 13 Aug 2005 23:20:05 +0200 Tom Verhoeff [EMAIL PROTECTED] wrote: On

Re: [lazarus] Further questions when porting a Delphi project

2005-08-17 Thread Michael Van Canneyt
On Wed, 17 Aug 2005, Mattias Gaertner wrote: I don't know, why the Screen forms must have separate names, but nevertheless: implemented. Separate names Sorry. I meant unique names. All created froms are registered with the screen object, so it knows all forms and thus all names.

AW: [lazarus] problem with threads in Lazarus 0.9.8b ?

2005-08-17 Thread Christian U.
The threading code is completely from fpc i have no problems with this with fpc 2.0.0 Have you changed the fpc version also ? -Ursprüngliche Nachricht- Von: wkwj [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. August 2005 11:27 An: lazarus@miraclec.com Betreff: [lazarus] problem with

[lazarus] OT: Kylix developement?

2005-08-17 Thread Thomas Zastrow
Sorry for beeing OT, but I found nothing concret via Google ... Am I right that Borland will not delevope Kylix any more? Version 3 is the last one? Greetings, Tom (who of course will use Lazarus and not Kylix ;-) -- - http://www.thomas-zastrow.de

Re: [lazarus] Further questions when porting a Delphi project

2005-08-17 Thread Mattias Gaertner
On Wed, 17 Aug 2005 18:50:12 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 17 Aug 2005 15:13:35 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Wed, 17 Aug 2005, Mattias Gaertner wrote: I don't know, why the Screen

Re: [lazarus] Further questions when porting a Delphi project

2005-08-17 Thread Michael Van Canneyt
On Wed, 17 Aug 2005, Mattias Gaertner wrote: On Wed, 17 Aug 2005 15:13:35 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Wed, 17 Aug 2005, Mattias Gaertner wrote: I don't know, why the Screen forms must have separate names, but nevertheless:

Re: [lazarus] OT: Kylix developement?

2005-08-17 Thread Bogusław Brandys
Thomas Zastrow wrote: Sorry for beeing OT, but I found nothing concret via Google ... Am I right that Borland will not delevope Kylix any more? Version 3 is the last one? Greetings, Tom (who of course will use Lazarus and not Kylix ;-) Borland choose .NET platform as I know.It would

Re: [lazarus] TrayIcon

2005-08-17 Thread Bogusław Brandys
Razvan Adrian Bogdan wrote: On 8/12/05, SALVATORE COPPOLA [EMAIL PROTECTED] wrote: Take a look at the Lazarus Forum, http://www.lazarus.freepascal.org/index.php?name=PNphpBB2file=viewtopict=891 you will find a way (tanks to Razvan and others) to get the TrayIcon under Win32. Don't expect

Re: [lazarus] OT: Kylix developement?

2005-08-17 Thread Tony Maro
Bogusław Brandys wrote: Thomas Zastrow wrote: Am I right that Borland will not delevope Kylix any more? Version 3 is the last one? Borland choose .NET platform as I know.It would be wast of time to futher develop Kylix. I think waste of time amply describes Kylix to begin with...

Re: [lazarus] TrayIcon

2005-08-17 Thread Marc Weustink
Bogusław Brandys wrote: Razvan Adrian Bogdan wrote: On 8/12/05, SALVATORE COPPOLA [EMAIL PROTECTED] wrote: Take a look at the Lazarus Forum, http://www.lazarus.freepascal.org/index.php?name=PNphpBB2file=viewtopict=891 you will find a way (tanks to Razvan and others) to get the TrayIcon

Re: AW: [lazarus] problem with threads in Lazarus 0.9.8b ?

2005-08-17 Thread wkwj
The threading code is completely from fpc i have no problems with this with fpc 2.0.0 Have you changed the fpc version also? Lazarus 0.9.8b binaries for win comes with fpc 2.0.0 and Lazarus 0.9.6b was using erlier version of fpc (1.9.6 I hope). So it seems my threads do not want to work

Re: [lazarus] Bug 0895 marked as fixed in bug tracker but still present in svn

2005-08-17 Thread Mattias Gaertner
On Wed, 17 Aug 2005 16:44:12 -0300 Luiz Americo [EMAIL PROTECTED] wrote: The bug 0895 (Mantis BugTracker) [Code completion doesnt work after with keyword was closed and marked as fixed, but i just updated with the current svn and the bug is still alive. Maybe the patch was not applied

Re: [lazarus] Bug 0895 marked as fixed in bug tracker but still present in svn

2005-08-17 Thread Mattias Gaertner
On Wed, 17 Aug 2005 18:09:19 -0300 Luiz Americo [EMAIL PROTECTED] wrote: Luiz Americo wrote: The bug 0895 (Mantis BugTracker) [Code completion doesnt work after with keyword was closed and marked as fixed, but i just updated with the current svn and the bug is still alive. Maybe