Re: [fpc-pascal]FPC Error! :(

2003-02-14 Thread Peter Vreman
>> >> Can you send me the sources that are failing. Then i can debug the >> >> problem. There is also a test in the testsuite that fails with this >> >> error, >> >> maybe it's the same problem. >> > >> > I know the exact cause of the error. Sending the sources won't help >> > much, there are too m

Re: [fpc-pascal]reporting faults

2003-02-14 Thread James Mills
On Fri, Feb 14, 2003 at 01:12:16PM -, Lee, John wrote: > Hello everyone...Just a reminder that it's always good to hear from you > about faults in fpc because this helps to make it better, and you can report > these via the web site interface, or using these [fpc-pascal] & [fpc-devel] > mailing

[fpc-pascal]reporting faults

2003-02-14 Thread Lee, John
Hello everyone...Just a reminder that it's always good to hear from you about faults in fpc because this helps to make it better, and you can report these via the web site interface, or using these [fpc-pascal] & [fpc-devel] mailing lists. We are approaching in the next few weeks/months a new relea

Re: [fpc-pascal]FPC Error! :(

2003-02-14 Thread James Mills
On Fri, Feb 14, 2003 at 01:46:24PM +0100, Peter Vreman wrote: > > On Fri, Feb 14, 2003 at 12:54:25PM +0100, Peter Vreman wrote: > >> > On Thu, Feb 13, 2003 at 06:04:07PM -, Lee, John wrote: > >> >> This isn't enought info! A bit more info needed eg what > >> version/flavour > >> >> of > >> >> f

Re: [fpc-pascal]FPC Error! :(

2003-02-14 Thread Peter Vreman
> On Fri, Feb 14, 2003 at 12:54:25PM +0100, Peter Vreman wrote: >> > On Thu, Feb 13, 2003 at 06:04:07PM -, Lee, John wrote: >> >> This isn't enought info! A bit more info needed eg what >> version/flavour >> >> of >> >> fpc, date, what source are you compiling...Regards John >> > >> > Better ye

Re: [fpc-pascal]FPC Error! :(

2003-02-14 Thread James Mills
On Fri, Feb 14, 2003 at 12:54:25PM +0100, Peter Vreman wrote: > > On Thu, Feb 13, 2003 at 06:04:07PM -, Lee, John wrote: > >> This isn't enought info! A bit more info needed eg what version/flavour > >> of > >> fpc, date, what source are you compiling...Regards John > > > > Better yet, I've fou

Re: [fpc-pascal]FPC Error! :(

2003-02-14 Thread Peter Vreman
> On Thu, Feb 13, 2003 at 06:04:07PM -, Lee, John wrote: >> This isn't enought info! A bit more info needed eg what version/flavour >> of >> fpc, date, what source are you compiling...Regards John > > Better yet, I've found out what the problem is... > > What causes the internal problem is when

RE: [fpc-pascal]FPC Error! :(

2003-02-14 Thread Matt D. Emson
James, This is not a personal attack, just some comments about style and some shortcomings of the code you present. //You should alter this a bit. It's a very strange mix between TurboPascal and Delphi syntax >TNicks = class(TObject) //Delphi style syntax Public // the default is visib

Re: [fpc-pascal]FPC Error! :(

2003-02-14 Thread James Mills
On Thu, Feb 13, 2003 at 06:04:07PM -, Lee, John wrote: > This isn't enought info! A bit more info needed eg what version/flavour of > fpc, date, what source are you compiling...Regards John Better yet, I've found out what the problem is... unit dataChannels; interface uses sysUtils, Fun