Can't compile sources, CRVio.pas not found

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
esasse
Posts: 47
Joined: Tue 27 Nov 2007 19:08
Location: Brazil

Can't compile sources, CRVio.pas not found

Post by esasse » Thu 22 Jan 2009 14:01

I'm trying to compile the latest release sources but CRVio is not found.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 23 Jan 2009 09:10

Sorry, there is a mistake in CRAccess.pas.
Please edit CRAccess.pas in the following way to compile sources:
1. Remove CRVio from USES.
2. Comment the following lines:

Code: Select all

    FIOHandler: TCRIOHandler;
and

Code: Select all

    property IOHandler: TCRIOHandler read FIOHandler write FIOHandler;

Post Reply