On Tue, 16 May 2006 08:47:15 +0200
Bogus__aw Brandys <[EMAIL PROTECTED]> wrote:

> Alexandre Leclerc wrote:
> > Well, is there a latest svn version that hes the problem corrected and
> > that I dont know off? :)
> > 
> > Compiled with latest fpc/laz svn.
> > 
> > C:\lazarus\components\pascalscript\Source\uPSR_forms.pas(214,34)
> > Error: identifier idents no member "HELPCOMMAND"
> > C:\lazarus\components\pascalscript\Source\uPSR_forms.pas(214,21)
> > Error: Variable identifier expected
> > C:\lazarus\components\pascalscript\Source\uPSR_forms.pas(216,34)
> > Error: identifier idents no member "HELPJUMP"
> > C:\lazarus\components\pascalscript\Source\uPSR_forms.pas(216,21)
> > Error: Variable identifier expected
> > C:\lazarus\components\pascalscript\Source\uPSR_forms.pas(261) Fatal:
> > There were 4 errors compiling module, stopping
> > 
> > Source code:
> > 
> >    RegisterMethod(@TAPPLICATION.HELPCOMMAND, 'HELPCOMMAND');
> >    RegisterMethod(@TAPPLICATION.HELPCONTEXT, 'HELPCONTEXT');
> >    RegisterMethod(@TAPPLICATION.HELPJUMP, 'HELPJUMP');
> > 
> > Meanwhile, I'll comment out the lines.
> > 
> 
> Probably those properties are missing from SVN version.The problem is 
> that this is import unit which heavy depends on TApplication 
> implementation (and SVN version is going to change from time to time).
> Pascal Script core is stable however (but works only for i386 32-bit 
> ,maybe also on 64-bit,no ppc version due to assembler peaces).

HelpCommand and HelpJump were removed, because they are not supported. They
were never implemented.
I added them along time ago, because I didn't know them and I thought, they
make sense. Some days ago I understood, what the parameters mean, and I
think, they will not be supported.
Maybe HelpJump will eventually be implemented if people ask for it.


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to