Re: [fpc-pascal]Thread changes between 1.9.0 and 1.9.2

2004-01-15 Thread Lloyd B. Park
On Thu, 15 Jan 2004, Michael Van Canneyt wrote: > > After looking at the RTL source, I thought I needed to 'use cthreads', but > > that didn't seem to do the job. > > Nevertheless, that should do it, but it should be the first unit in your > program's uses clause. > > Michael. Ah! Like heaptr

Re: [fpc-pascal]Thread changes between 1.9.0 and 1.9.2

2004-01-15 Thread Michael Van Canneyt
On Thu, 15 Jan 2004, Lloyd Park wrote: > I have been playing with multi-threaded apps using fpc 1.9.0. I use the > {$THREADING ON} directive in my code. My test program compiled and ran > with 1.9.0, but with 1.9.2, I get the following runtime error: > > This binary has no thread support compi