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:
> > > >
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
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
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 which are compiled in $M+ mode can be published"
This is the inheritance:
TPersistent (Classes unit)
+-T
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 which are compiled in $M+ mode can be published"
This is the inheritance:
TPersistent (Classes unit)
+-TPressStreamable (Pre
On Wed, 15 Nov 2006, Joao Morais wrote:
>
> Hello,
>
> I have a TPersistent decendant class that causes the following compiling
> error:
>
> "Only class which are compiled in $M+ mode can be published"
>
> This is the inheritance:
>
> TPersistent (Classes unit)
> +-TPressStreamable (PressCl
Hello,
I have a TPersistent decendant class that causes the following compiling
error:
"Only class which are compiled in $M+ mode can be published"
This is the inheritance:
TPersistent (Classes unit)
+-TPressStreamable (PressClasses unit)
+-TPressSubject (PressSubject unit)
+-TPressObje