Re: [fpc-pascal] compiling mtprocs

2013-04-18 Thread Mattias Gaertner
On Fri, 19 Apr 2013 00:14:56 +0100 John Lee wrote: > > mtprocs.pas(344,16) Error: No member is provided to access property > > > > mtprocs.pas(880) Fatal: There were 1 errors compiling module, stopping > > > Fatal: Compilation aborted > > > > > > line 344 is: CurrentThread:=Self; > > > > I fixed

Re: [fpc-pascal] compiling mtprocs

2013-04-18 Thread John Lee
> mtprocs.pas(344,16) Error: No member is provided to access property > > mtprocs.pas(880) Fatal: There were 1 errors compiling module, stopping > > Fatal: Compilation aborted > > > > line 344 is: CurrentThread:=Self; > > I fixed that in 40846. > The fix was already in the lazarus-ccr version. > >

Re: [fpc-pascal] compiling mtprocs

2013-04-18 Thread Mattias Gaertner
On Thu, 18 Apr 2013 22:11:11 +0100 John Lee wrote: > Got mtprocs from lazurus svn, compiles ok with win 2.6.2 but not with 2.7.1 > > 2.7.1-r1:23421 [2013/01/18]--Free Pascal Compiler version 2.7.1-r1:23421 > [2013/01/18] for i386 > Copyright (c) 1993-2012 by Florian Klaempfl and others > Target

[fpc-pascal] compiling mtprocs

2013-04-18 Thread John Lee
Got mtprocs from lazurus svn, compiles ok with win 2.6.2 but not with 2.7.1 2.7.1-r1:23421 [2013/01/18]--Free Pascal Compiler version 2.7.1-r1:23421 [2013/01/18] for i386 Copyright (c) 1993-2012 by Florian Klaempfl and others Target OS: Win32 for i386 Compiling mtprocs.pas mtprocs.pas(344,16) Err