Bernhard Geyer
Member²
Please move
{$I Oracle.inc}
to position after line "unit".
I want to add some line
{$IFDEF UNICODE}
{$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])}
{$ENDIF UNICODE}
but this only work if this include is after unit-line
{$I Oracle.inc}
to position after line "unit".
I want to add some line
{$IFDEF UNICODE}
{$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])}
{$ENDIF UNICODE}
but this only work if this include is after unit-line