Installation in Lazarus

In this forum you may discuss all issues concerning the Lazarus IDE and Freepascal (both running on Windows or Linux).

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Jmarchn
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 30.01.2018, 23:56

Installation in Lazarus

Post by Jmarchn »

I use Lazarus FPC 3.04 (x86_64-win64-win32/win64) in Windows 10. When try to install appears, on compile:

Compile package zcore 7.2: Exit code 1, Errors: 22
ZFastCode.pas(5057,11) Error: overloaded functions have the same parameter list
ZFastCode.pas(5029,10) Error: Found declaration: RawToFloatDef(const PChar;const Char;const Double):Double;
ZFastCode.pas(5038,11) Error: Found declaration: RawToFloatDef(const PChar;const Char;const Double;var Double);
ZFastCode.pas(5047,11) Error: Found declaration: RawToFloatDef(const PChar;const Char;const Currency;var Currency);
ZFastCode.pas(334,11) Error: Found declaration: RawToFloatDef(const PChar;const Char;const Single;var Single);
ZFastCode.pas(5105,11) Error: overloaded functions have the same parameter list
ZFastCode.pas(5076,10) Error: Found declaration: RawToFloat(const PChar;const Char):Double;
ZFastCode.pas(5086,11) Error: Found declaration: RawToFloat(const PChar;const Char;var Double);
ZFastCode.pas(5096,11) Error: Found declaration: RawToFloat(const PChar;const Char;var Currency);
ZFastCode.pas(327,11) Error: Found declaration: RawToFloat(const PChar;const Char;var Single);
ZFastCode.pas(5195,10) Error: overloaded functions have the same parameter list
ZFastCode.pas(5137,10) Error: Found declaration: IntPowerDKCPas4(const Double;const LongInt):Double;
ZFastCode.pas(5603,11) Error: overloaded functions have the same parameter list
ZFastCode.pas(5574,10) Error: Found declaration: UnicodeToFloat(const PWideChar;const WideChar):Double;
ZFastCode.pas(5584,11) Error: Found declaration: UnicodeToFloat(const PWideChar;const WideChar;var Double);
ZFastCode.pas(5594,11) Error: Found declaration: UnicodeToFloat(const PWideChar;const WideChar;var Currency);
ZFastCode.pas(348,11) Error: Found declaration: UnicodeToFloat(const PWideChar;const WideChar;var Single);
ZFastCode.pas(5647,11) Error: overloaded functions have the same parameter list
ZFastCode.pas(5621,10) Error: Found declaration: UnicodeToFloatDef(const PWideChar;const WideChar;const Double):Double;
ZFastCode.pas(5630,11) Error: Found declaration: UnicodeToFloatDef(const PWideChar;const WideChar;const Double;var Double);
ZFastCode.pas(5639,11) Error: Found declaration: UnicodeToFloatDef(const PWideChar;const WideChar;const Currency;var Currency);
ZFastCode.pas(355,11) Error: Found declaration: UnicodeToFloatDef(const PWideChar;const WideChar;const Single;var Single);

I found this error in previous messages, but I not have a solution of this problem
Very thanks
Jordi
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: Installation in Lazarus

Post by marsupilami »

Hello Jordi,

which version of Zeos do you try to install? Zeos 7.1? 7.2.1? 7.2.2? 7.2 from SVN?

Best regards,

Jan
Jmarchn
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 30.01.2018, 23:56

Re: Installation in Lazarus

Post by Jmarchn »

I try to install zeosdbo-7.2.2-rc.zip (from sourceforge), but the same problem has been success with a prior version (ZEOSDBO-7.1.4-stable.zip). For this reason I tried to install the latest version.
Same question has been asked (http://zeoslib.sourceforge.net/viewtopi ... 360#p55579). Finally perhaps the solution: http://zeoslib.sourceforge.net/viewtopi ... 360#p55684? with http://zeoslib.sourceforge.net/download ... hp?id=1050. Try it?.
Very thank you
Jordi
Jmarchn
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 30.01.2018, 23:56

Re: Installation in Lazarus

Post by Jmarchn »

After compilation with the patch files, it seems run correctly. Logically, it would be better Lazarus does not need to use those files, only using the standard files with a proper conditional directives.
Very thank you
Jordi
Post Reply