[lazarus] Runtime error 232, when creating TThread in Ubuntu

2008-02-01 Thread Marco Alvarado
I have this class that inherits TThread. I compile and execute successfully an application that instantiates it with Delphi and Lazarus, on Windows. But when I execute the same Lazarus project in Ubuntu, I get the following error dialog: Project raised exception class 'RunError(232)'. When I

Re: Runtime error 232, when creating TThread in Ubuntu

2008-02-01 Thread Marco Alvarado
Oh, never mind, cthreads was missing :P Found at http://bugs.freepascal.org/view.php?id=9597 Well, I'm happy! :D 2008/2/1, Marco Alvarado [EMAIL PROTECTED]: I have this class that inherits TThread. I compile and execute successfully an application that instantiates it with Delphi and

Re: [lazarus] Runtime error 232, when creating TThread in Ubuntu

2008-02-01 Thread Vincent Snijders
Marco Alvarado schreef: I have this class that inherits TThread. I compile and execute successfully an application that instantiates it with Delphi and Lazarus, on Windows. But when I execute the same Lazarus project in Ubuntu, I get the following error dialog: Project raised exception class

Re: [lazarus] Runtime error 232, when creating TThread in Ubuntu

2008-02-01 Thread Marco Alvarado
Thanks! Just a note on that, I added cthreads as first in the unit that defines my TThread descendant and works! -Marco 2008/2/1, Vincent Snijders [EMAIL PROTECTED]: Marco Alvarado schreef: I have this class that inherits TThread. I compile and execute successfully an application that