Search found 33 matches

by tygrys
09.12.2005, 23:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 11026

Just add whatever 4 entries to the list at the end. Or, to be more acurate, find the same list in this file which is proprly filled and copy/paste.

tygrys
by tygrys
09.12.2005, 19:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DBO's and Delphi 2006
Replies: 3
Views: 1138

Hi,
to solve this issue please add


Code:
DBCommonTypes


into uses clause in ZConnection.pas
The definition of TLoginEvent has been moved here from db unit.

Define of VER140BELOW can have side effects in current or future version of ZEOS, it says that you use Delphi 6 or lower.

tygrys
by tygrys
09.12.2005, 19:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 11026

Hi,
to solve this issue please add

Code: Select all

DBCommonTypes
into uses clause in ZConnection.pas
The definition of TLoginEvent has been moved here from db unit.

This worked for me.

tygrys