Lazarus bug fixes for 13 Oct 05 release

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

Moderators: gto, cipto_kh, EgonHugeist

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

Lazarus bug fixes for 13 Oct 05 release

Post by IgD »

Here are the bugs I verified from the 13 Oct release:

1. Change ZplainPostgreSql81.pas to ZPlanPostgresSql8x.pas in zplain.lpk

<Item22>
<Filename Value="../../src/plain/ZPlainPostgreSql81.pas"/>
<UnitName Value="ZPlainPostgreSql8x"/>
</Item22>

2. Fix the following typos in zdbc.lpk:

a. Remove extra "/" from "build/"
<SearchPaths>
<OtherUnitFiles Value="../../src/dbc/"/>
<UnitOutputDirectory Value="build"/>
</SearchPaths>

b. Add missing slash to unitname value

<Item43>
<Filename Value="../../src/dbc/ZDbcASA.pas"/>
<UnitName Value="ZDbcASA/>
</Item43>

3. Add the following installation instructions to installation.htm:

"After the files are downloaded, open Lazarus and open and compile the zeos packages in the following order:
zcore.lpk
zparsesql.lpk
zplain.lpk
zdbc.lpk

Then finally open zcomponent.lpk and compile and install this package.

Note: The first four packages only need to be compiled! In fact they
cannot be installed."
Theo
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 24.10.2005, 20:37

Post by Theo »

Hello IgD

There's also a little typo in your post, at 2b , it should read: missing quote (") so:

b. Add missing quote to unitname value

<Item43>
<Filename Value="../../src/dbc/ZDbcASA.pas"/>
<UnitName Value="ZDbcASA"/>
</Item43>
IgD
Zeos Dev Team
Zeos Dev Team
Posts: 43
Joined: 15.10.2005, 07:18
Location: Okinawa, Japan
Contact:

Post by IgD »

Theo, thanks! Are you using Lazarus?

Any idea what is going on with these issues:
(They are problems with using Zeoslib with Lazarus too)
http://seegernet.koolhost.de/zeosforum/ ... .php?t=145

http://seegernet.koolhost.de/zeosforum/ ... .php?t=156
IgD
Zeos Dev Team
Zeos Dev Team
Posts: 43
Joined: 15.10.2005, 07:18
Location: Okinawa, Japan
Contact:

Post by IgD »

Theo
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 24.10.2005, 20:37

Post by Theo »

IgD wrote:Theo, thanks! Are you using Lazarus?

Yes,trying to make it work with Mysql 4.0 ,4.1, and Firebird 1.5.

Any idea what is going on with these issues:
(They are problems with using Zeoslib with Lazarus too)
http://seegernet.koolhost.de/zeosforum/ ... .php?t=145
http://seegernet.koolhost.de/zeosforum/ ... .php?t=156
No, I just installed it yesterday, done some simple tests, and already had some problems with that so don't expect to much of me.
kfitzner
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 21.11.2005, 22:26
Location: Canada
Contact:

Post by kfitzner »

Have these bug fixes been incorporated into some CVS tree? I just checked out zeosdbo_rework and had to perform the changes manually.
Post Reply