Build error

Ti9eR's profile image Ti9eR posted 12 years ago in General Permalink
version : 7.0

[DCC Fatal Error]insertfiles.pas(8): F1026 File not found:'aero.dcu'

where can get this file?
ansgar's profile image ansgar posted 12 years ago Permalink
Are you sure you have a fresh copy of trunk? That aero.pas is not present, and I thought I never had committed that file. It's not required however.
Ti9eR's profile image Ti9eR posted 12 years ago Permalink
Source code is download from this URL

http://heidisql.googlecode.com/files/HeidiSQL_7.0_Sourcecode.zip
Ti9eR's profile image Ti9eR posted 12 years ago Permalink
unit insertfiles;

interface

uses
Windows, Messages, SysUtils, Classes, Controls, Forms, Dialogs, StdCtrls, ImgList,
ShellApi, Math, Graphics, ComCtrls, ToolWin,
dbconnection, mysql_structures, VirtualTrees, grideditlinks, SynRegExpr, aero;

type

......
Ti9eR's profile image Ti9eR posted 12 years ago Permalink
TfrmInsertFiles = class(TGlassForm)
btnInsert: TButton;
btnCancel: TButton;
OpenDialog: TOpenDialog;
grpSelectObject: TGroupBox;
lblTable: TLabel;
comboDBs: TComboBox;
comboTables: TComboBox;
GroupBox2: TGroupBox;

... ...
ansgar's profile image ansgar posted 12 years ago Permalink
Ups. I guess I have local modifications in that zip file. Sorry. Please check out from SVN, as described here.
Ti9eR's profile image Ti9eR posted 12 years ago Permalink
ok,thx a lot

Please login to leave a reply, or register at first.