Am Fr, den 04.06.2004 schrieb Marco van de Voort um 22:54:
> > oncemore for the sake of completeness:
> >
> > The 1.9.2 version of fpc is buggy on FreeBSD.
> >
> > I get various problems in a method of an object reading its own private
> > variables. Some do work, others don't. No scheme of findi
Am Fr, den 04.06.2004 schrieb Marc Santhoff um 22:42:
> There may be a coincidence with the order of the vars in the VMT (looks
> as if the first one is the faulty one), but i cannot say so for sure.
Sorry, no VMT for vars, I meant the first one listed in the source
(displayed first in the debugg
> oncemore for the sake of completeness:
>
> The 1.9.2 version of fpc is buggy on FreeBSD.
>
> I get various problems in a method of an object reading its own private
> variables. Some do work, others don't. No scheme of finding out which
> will.
Then it is probably a memory problem. I used 1.9.
Am Fr, den 04.06.2004 schrieb Marco van de Voort um 21:45:
> > > 1.9.4 reports:
> > >
> > > main192.pp(25,52) Error: Incompatible type for arg no. 1: Got " > > procedure(TCustomer);CDecl>", expected " > > procedure(TCustomer);Register>"
> >
> > Ah, I see. I'll change the declaration of the callba
Hi again,
oncemore for the sake of completeness:
The 1.9.2 version of fpc is buggy on FreeBSD.
I get various problems in a method of an object reading its own private
variables. Some do work, others don't. No scheme of finding out which
will.
There may be a coincidence with the order of the var
> > 1.9.4 reports:
> >
> > main192.pp(25,52) Error: Incompatible type for arg no. 1: Got " > procedure(TCustomer);CDecl>", expected " > procedure(TCustomer);Register>"
>
> Ah, I see. I'll change the declaration of the callback proc then.
>
> I hope the version 1.9.4 is getting into the ports sys
Am Fr, den 04.06.2004 schrieb Peter Vreman um 19:25:
> > Here it is (as attachment, hopefully the list processor doesn't strip it
> > off):
>
> 1.9.4 reports:
>
> main192.pp(25,52) Error: Incompatible type for arg no. 1: Got " procedure(TCustomer);CDecl>", expected " procedure(TCustomer);Register
> Here it is (as attachment, hopefully the list processor doesn't strip it
> off):
1.9.4 reports:
main192.pp(25,52) Error: Incompatible type for arg no. 1: Got "", expected ""
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/
Here it is (as attachment, hopefully the list processor doesn't strip it
off):
unit browser192;
{$define debug}
interface
uses sysutils, glib, gdk, gtk, unix;
const
SEP: char = ';';
QT: char = '"';
type
TCustomer = class
Name: AnsiString;
Am Fr, den 04.06.2004 schrieb Peter Vreman um 17:54:
> >> Without a full (short) example we can't do anything.
> >
> > See below, I've tried to cut down the size without loosing to much
> > information this time ...
> >
> >> > And why it worked fine on the 1.0.10 version of fpc?
> >>
> >> 1.9.2 use
>> Without a full (short) example we can't do anything.
>
> See below, I've tried to cut down the size without loosing to much
> information this time ...
>
>> > And why it worked fine on the 1.0.10 version of fpc?
>>
>> 1.9.2 uses register calling by default.
>
> I don't get that. Do you say it wo
Am Fr, den 04.06.2004 schrieb Peter Vreman um 08:46:
[...]
> Without a full (short) example we can't do anything.
See below, I've tried to cut down the size without loosing to much
information this time ...
> > And why it worked fine on the 1.0.10 version of fpc?
>
> 1.9.2 uses register calling
04-06-02 15.39, skrev James Mills följande:
> On Wed, Jun 02, 2004 at 03:40:38PM +0200, Michael Van Canneyt wrote:
>>> And PIC (Position Independant Code) generation is working too ?
>>
>> No. See the roadmap: scheduled for 1.9.6
>
> Excuse me ignorance. I don't beleive I know what PIC is... Wha
13 matches
Mail list logo