Unknown attribute in uROHttpApiUtils.pas

When compiling my project I got an unknown attribute warning coming from the uROHttpApiUtils.pas file at lines like {$IFDEF RO_RTTI_Support}[ROSkipAttribute]{$ENDIF} until I included uRORTTIAttributes in the uses.

Hi,

thx. this is known and already fixed.

just add to uses

  {$IFDEF RO_RTTI_Support}uRORTTIAttributes,{$ENDIF}
1 Like