doesn´t work

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
rolivastro
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 02.12.2008, 14:25

doesn´t work

Post by rolivastro »

I make the download from svn with command

svn co svn://zeos.firmos.at/zeos/branches/testing

The files come but i can´t compile and install the component in Delphi 2009, the error is about [DCC Error] ZDbcCache.pas(248): E2003 Undeclared identifier: 'SRowBufferWidthExceeded'

and many others relative [DCC Error] ZDbcCache.pas(616): E2010 Incompatible types: 'AnsiChar' and 'Char'

Am I make anything wrong ?
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Re: doesn´t work

Post by gto »

rolivastro wrote:I make the download from svn with command

svn co svn://zeos.firmos.at/zeos/branches/testing

The files come but i can´t compile and install the component in Delphi 2009, the error is about [DCC Error] ZDbcCache.pas(248): E2003 Undeclared identifier: 'SRowBufferWidthExceeded'

and many others relative [DCC Error] ZDbcCache.pas(616): E2010 Incompatible types: 'AnsiChar' and 'Char'

Am I make anything wrong ?
Hello rolivastro!

For the errors you pointed out, I can say they're probably caused by an old Zeos installation on the Path. Can you try to remove all older packages (or they folders from path) ?

The first error may be caused by a language issue. You changed the language in Zeos.inc file? The SRowBufferWidthExceeded constante is on the ZMessages.pas file, which is in uses list of ZDbcCache.pas. It should be visible (while using english language), but maybe in other it could not be done yet.
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
Galdarius
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 23.07.2006, 19:21
Contact:

Post by Galdarius »

rolivastro[/b], do like me, install a new Windows just to test it.
this is a Signature
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi,

I splitted your post from the announcement thread.

Concerning gto's answer : I guess he's right.
But I have a remark about the language issue : I suppose it's not the language setting but an old zeoslib version in the other compiler that's being accessed where that constant wasn't defined yet.

Mark
Image
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Post by gto »

mdaems wrote:I suppose it's not the language setting but an old zeoslib version in the other compiler that's being accessed where that constant wasn't defined yet.
Good point ! :)

I've not thinked about that, too.
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
Locked