Page 1 of 1

zeosdbo-6.5.1-13-10-2005 in Lazarus

Posted: 14.10.2005, 22:21
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

Posted: 15.10.2005, 07:42
by IgD
Same problem over here running on Win32. I think it might be a bug. Can someone check it? Thanks.

Posted: 15.10.2005, 14:29
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.

Posted: 15.10.2005, 19:09
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

Posted: 16.10.2005, 07:56
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

Posted: 16.10.2005, 12:45
by barko
You need latest fpc and lazarus from this link:klick

I think... :)

Posted: 19.10.2005, 22:27
by aperger
Hello

Thanx for your (barko) help!


Attila

Posted: 11.11.2005, 18:03
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

Posted: 12.11.2005, 04:44
by barko
use fpc from 0.9.10 packages... zeosdbo and latest fpc (not lazarus) are not compatible...