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
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
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
t; - 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
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.
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