mORMot and Open Source friends
View Ticket
Not logged in
2018-08-25
10:45 Fixed ticket [c2b690f078]: dcc32 Error SpiderMonkey.pas(1363): E2184 PROTECTED section valid only in class types plus 4 other changes artifact: ac4b6b3bd6 user: mpv
2018-08-24
16:00 Ticket [c2b690f078]: 5 changes artifact: 0900a0ecc3 user: ab
10:25 New ticket [c2b690f078]. artifact: d8c2011bf9 user: anonymous

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