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).


Regards
Boguslaw

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

Reply via email to