Re: [fpc-pascal] Thread problem

2020-09-06 Thread Travis Siegel via fpc-pascal
I'm not sure it works properly on windows. When I modify this to start two threads, and print out messages based on their start/stop times, as well as a message inside the thread, I get both ending messages before I get only a single printout from within the threaded function.  This seems to i

[fpc-pascal] Thread problem

2020-09-06 Thread Paul Renaud via fpc-pascal
IHello, I'm having a problem with the OS/2 version of the compiler. This simplified version of my program keeps generating an exception when compiled and run in EComStation 1.2, OS/2 versions 4.5 and 4 but runs fine when compiled for Windows. Program Test1( Input, Output ); {$S+}   Const    

[fpc-pascal] Thread problem

2010-09-03 Thread andrey
Dear community, I'm trying to write console program using thread but have several problems. I have already posted them to Lazarus forum: 1) http://forum.lazarus.freepascal.org/index.php/topic,10403.0.html - Threads not working 2) http://forum.lazarus.freepascal.org/index.php/topic,10399.0.ht