Page 1 of 1

Can't compile sources, CRVio.pas not found

Posted: Thu 22 Jan 2009 14:01
by esasse
I'm trying to compile the latest release sources but CRVio is not found.

Posted: Fri 23 Jan 2009 09:10
by Plash
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;