Re: [fpc-pascal] Compile error with published field

2006-11-18 Thread Michael Van Canneyt
On Sat, 18 Nov 2006, Joao Morais wrote: > Michael Van Canneyt wrote: > > > > > This is the code: > > > > > > > > TPressObject = class(TPressSubject) > > > > _Id: TPressString; > > > > private // <- compiler stops here > > > > ... > > > > > > > > and this is the inheritance: > > > >

[fpc-pascal] fpGUI, fpGFX and fpIMG projects have moved

2006-11-18 Thread Graeme Geldenhuys
Hi, The fpGUI, fpGFX and fpIMG projects has moved to SourceForge. They have also been merged under one directory structure. The 3 projects will now be known as the fpGUI (Free Pascal GUI Library) project. Please note that you cannot use the 'svn switch' command to move the location of your cur

Re: [fpc-pascal] Compile error with published field

2006-11-18 Thread Joao Morais
Michael Van Canneyt wrote: This is the code: TPressObject = class(TPressSubject) _Id: TPressString; private // <- compiler stops here ... and this is the inheritance: TPersistent (Classes unit) +-TPressStreamable (PressClasses unit) +-TPressSubject (PressSubject unit) +-TP

[fpc-pascal] "Web Service Toolkit" now has a newsgroup

2006-11-18 Thread Inoussa OUEDRAOGO
Hi, The "Web Service Toolkit" now has a newsgroup hosted at news://news.dxmachine.com/public.wst Best regards, Inoussa. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Compile error with published field

2006-11-18 Thread Michael Van Canneyt
On Fri, 17 Nov 2006, Joao Morais wrote: > Joao Morais wrote: > > Michael Van Canneyt wrote: > > > > > > On Wed, 15 Nov 2006, Joao Morais wrote: > > > > > > > Hello, > > > > > > > > I have a TPersistent decendant class that causes the following compiling > > > > error: > > > > > > > > "Only class