Re: [fpc-devel] test on TP

2014-05-14 Thread Marco van de Voort
In our previous episode, Jonas Maebe said: > > I'm hunting down a problem with the TV form editor. (you replied in the > > thread on the forum). The problem had this rough structure, but it could be > > this, or that the order of events fired is different. (IOW FV fires certain > > events from the

Re: [fpc-devel] test on TP

2014-05-14 Thread Jonas Maebe
On 14 May 2014, at 13:38, Marco van de Voort wrote: > In our previous episode, Tomas Hajny said: >> Indeed (apart from the obvious typo "endiof" preventing compilation, of >> course). Why / how could it give a different result? > > I'm hunting down a problem with the TV form editor. (you replied

Re: [fpc-devel] test on TP

2014-05-14 Thread Marco van de Voort
In our previous episode, Tomas Hajny said: > Indeed (apart from the obvious typo "endiof" preventing compilation, of > course). Why / how could it give a different result? I'm hunting down a problem with the TV form editor. (you replied in the thread on the forum). The problem had this rough struc

Re: [fpc-devel] test on TP

2014-05-14 Thread Tomas Hajny
On Wed, May 14, 2014 12:10, Gerhard Scholz wrote: > BP 7.0 (real) > BP7.0 (protected) > VP2.1b279 > > all: "not assigned" Indeed (apart from the obvious typo "endiof" preventing compilation, of course). Why / how could it give a different result? Tomas > - Original Message - > From: "M

Re: [fpc-devel] test on TP

2014-05-14 Thread Gerhard Scholz
BP 7.0 (real) BP7.0 (protected) VP2.1b279 all: "not assigned" - Original Message - From: "Marco van de Voort" To: Sent: Wednesday, May 14, 2014 11:46 AM Subject: [fpc-devel] test on TP Can sb test this program on TP/BP7 and tell me the result? Thank you. program sometest; {$if

[fpc-devel] test on TP

2014-05-14 Thread Marco van de Voort
Can sb test this program on TP/BP7 and tell me the result? Thank you. program sometest; {$ifdef fpc} {$mode tp} {$endiof} Type PChildThing = ^TChildThing; TChildThing = object constructor init; end; PSomething = ^TSomething; TSomething = obj