Martin,

I had the same problem. You have to add

{$ifdef fpc} {$mode delphi} {$endif}


in order to compile with FPC.

Tony Whyman
MWA

On 04/09/16 14:29, Martin Schreiber wrote:
> On Sunday 04 September 2016 10:34:05 Martin Schreiber wrote:
>> Hi,
>> Currently I am implementing Firebird 3.0 support in MSEide+MSEgui.
>>
>> Should Firebird.pas compile on FPC 3.0.1? I get
>> "
>> Free Pascal Compiler version 3.0.1 [2016/08/08] for i386
>> Copyright (c) 1993-2015 by Florian Klaempfl and others
>> Target OS: Linux for i386
>> [...]
>> firebird.pas(559,20) Error: Duplicate identifier "VERSION"
> For the record: It compiles with
> "
> {$ifdef fpc} {$mode delphi} {$endif}
> "
> Martin
>
> ------------------------------------------------------------------------------
> Firebird-Devel mailing list, web interface at 
> https://lists.sourceforge.net/lists/listinfo/firebird-devel


------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to