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 ?
doesn´t work
Moderators: gto, EgonHugeist, olehs
Re: doesn´t work
Hello rolivastro!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 ?
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.
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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