zeosdbo-6.5.1-13-10-2005 in Lazarus

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Edwin
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: 17.08.2005, 15:50
Location: Spain

zeosdbo-6.5.1-13-10-2005 in Lazarus

Post by Edwin »

Hello,

ZeosDBO 6.5.1-alpha CVS release as of 13/10/2005 installation in Lazarus gives errors. The first error occurs when trying to compile zplain.lpk. It can be resolved by renaming the Filename Value ZPlainPostgreSql81.pas in zplain.lpk to ZPlainPostgreSql8x.pas.
But the second error occurs when trying to open zdbc.lpk. It says it is unable to read package file. This makes installation impossible.

I also wanted to ask if there is any progress in resolving the date problem (Lazarus + Firebird 1.5.2).

Thanks,

Edwin
IgD
Zeos Dev Team
Zeos Dev Team
Posts: 43
Joined: 15.10.2005, 07:18
Location: Okinawa, Japan
Contact:

Post by IgD »

Same problem over here running on Win32. I think it might be a bug. Can someone check it? Thanks.
IgD
Zeos Dev Team
Zeos Dev Team
Posts: 43
Joined: 15.10.2005, 07:18
Location: Okinawa, Japan
Contact:

Post by IgD »

Check the zdbc.lpk with any XML checker. I found a couple of typos that break the package. Even with that fix I'm still having problems with the ZPlanPostgreSQL81.pas filename bug.
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

Here is my patch. I made some changes. It's work on lazarus for linux (latest svn lazarus and latest svn fpc 2.0.1).

please look here
Last edited by barko on 14.12.2005, 20:14, edited 3 times in total.
User avatar
aperger
Expert Boarder
Expert Boarder
Posts: 129
Joined: 24.08.2005, 08:24
Location: Veszprém
Contact:

Post by aperger »

Hello,

I try to compile ZeOS (CVS 2005/Okt/13) packages into my Lazarus, but I can not. I have some error message. I can compile the 4 runtime packages but some error are coming from TAbstractRODataset unit when I compile the component package. If somebody can help please!

Screenshot

Thanks for the help


Attila
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

You need latest fpc and lazarus from this link:klick

I think... :)
User avatar
aperger
Expert Boarder
Expert Boarder
Posts: 129
Joined: 24.08.2005, 08:24
Location: Veszprém
Contact:

Post by aperger »

Hello

Thanx for your (barko) help!


Attila
silviogs
Junior Boarder
Junior Boarder
Posts: 42
Joined: 24.08.2005, 12:54
Location: The Most Oriental Point of America - João Pessoa - Brazil
Contact:

Post by silviogs »

Hello friends

I lowered the most recent version of the lazarus win32 and of the zeoslib 6.5. Alpha and it presents the following mistake after the installation of the zeoslib when it initializes Lazarus 0.9.11 again:

---------------------------
Error
---------------------------
Runtime error 210 at $004026B5

$004026B5 FPC_CHECK_OBJECT, line 468 of C:/lazarus/source/fpc/2.1/rtl/inc/generic.inc

$0089C1B4 ZDBCDBLIB_init, line 737 of C:/lazarus/components/zeoslib/src/dbc/ZDbcDbLib.pas

$0040E075 fpc_initializeunits, line 601 of C:/lazarus/source/fpc/2.1/rtl/inc/system.inc

$0040103E main, line 63 of lazarus.pp


---------------------------
OK
---------------------------

Atenciosamente

Silvio Guedes
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

Post by barko »

use fpc from 0.9.10 packages... zeosdbo and latest fpc (not lazarus) are not compatible...
Post Reply