Page 1 of 1

Identifier not found "TZRawRowAccessor"

Posted: 02.08.2018, 20:10
by ertank
Hello,

I had to do a complete fresh install of my OS(amd64) and Lazarus system. It is now Debian 9.5 with all latest updates installed. I used Lazarus 1.8.4 DEB packages together with fpc 3.0.4 DEB packages to install Lazarus. Lastly, I downloaded latest available zeos 7.2.4-stable from files section in sourceforge.

I never had a problem installing zeos until today. I could not understand what has changed. I constantly get subject error in file ZDatasetUtils.pas(536,27).

It has been a while I am not working with Lazarus. Any help is appreciated.

Thanks & regards,
Ertan

Re: Identifier not found "TZRawRowAccessor"

Posted: 02.08.2018, 20:28
by marsupilami
Hello Ertan,

honestly I don't know about the status of the last stable download for Zeos 7.2. I suggest you use the current 7.2 SVN. It is verified to compile with FPC 3.0.4. If compilation problems get in there we will get notified of them, so you probably will almost always have a state where Zeos 7.2 compiles. Another release of Zeos 7.2 is in its planning phase but there are some bugs that I want to get resolved before the release is done.

Best regards,

Jan

Re: Identifier not found "TZRawRowAccessor"

Posted: 02.08.2018, 21:17
by ertank
marsupilami wrote:I suggest you use the current 7.2 SVN.
Hello Jan,

Using following SVN address and revision 4873 compiles just fine. It may worth to renew those downloads once you are ready to release a version.
https://svn.code.sf.net/p/zeoslib/code-0/trunk

Thanks & regards,
Ertan

Re: Identifier not found "TZRawRowAccessor"

Posted: 03.08.2018, 06:35
by marsupilami
Hello ertan,

please don't use trunk. It only gets updated every so often. Current development happens im the 7.3 branch (https://svn.code.sf.net/p/zeoslib/code-0/branches/testing-7.3) while 7.2 gets its bugfixes applied in https://svn.code.sf.net/p/zeoslib/code-0/branches/7.2-patches. Both branches are checked automatically to compile with FPC 3.0.4.

trunk will become the development area after the release of Zeos 7.3.

Best regards,

Jan

Re: Identifier not found "TZRawRowAccessor"

Posted: 03.08.2018, 09:47
by ertank
Hello Jan,

So, I am switching to https://svn.code.sf.net/p/zeoslib/code- ... .2-patches as per your suggestion.

Thanks & regards,
Ertan