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:
> > > >
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
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
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
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