mORMot and Open Source friends
View Ticket
Not logged in
Ticket Hash: c2b690f078484dddb12b131a5ec4be2b319640c8
Title: [dcc32 Error] SpiderMonkey.pas(1363): E2184 PROTECTED section valid only in class types
Status: Fixed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: mORMot Resolution: Fixed
Last Modified: 2018-08-25 10:45:46
Version Found In: 4760
User Comments:
anonymous added on 2018-08-24 10:25:11:

  JSObject = {$ifdef UNICODE}record{$else}object{$endif}
  private
     ....
  protected
     ....
 

Tokyo complains [dcc32 Error] SpiderMonkey.pas(1363): E2184 PROTECTED section valid only in class types


ab added on 2018-08-24 16:00:48:

Please don't create directly a ticket.

First use the forum for such problems.

Note that the SpiderMonkey wrapper is not maintained by the main Synopse team, but by an external team.


mpv added on 2018-08-25 10:45:46:

Fixed. See [ef4972597b]. We switch on FPC for all our projects, so sometimes Delphi errors may occures