Icon View Incident Report

Serious Serious
Reported By: Farshad R. Vossoughi
Reported On: 2/15/1999
For: Version 1.11 Build 1
# 300 Database System Utility Not Generating Correct Code for Delphi 4

When selecting the Reverse Engineer option in the Database System Utility the following code segment gets generated, and will not compile under Delphi 4:

{$IFDEF WIN32}
{$IFDEF VER100}
uses Forms, DB, DBISAMTb, SysUtils;
{$ENDIF}
{$IFDEF VER90}
uses Forms, DB, DBTables, DBIsamTB, SysUtils;
{$ENDIF}
{$ELSE}
uses Forms, DB, DBTables, DBIsamTB, SysUtils;
{$ENDIF}


Comments Comments and Workarounds
Added the appropriate IFDEF for VER120, which is the internal version define for Delphi 4.


Resolution Resolution
Fixed Problem on 2/15/1999 in version 1.12 build 1
Image