Build error
| User, date | Message |
|---|---|
|
Written by Ti9eR
1 year ago Category: General 22 posts since Wed, 29 Feb 12 |
version : 7.0 [DCC Fatal Error]insertfiles.pas(8): F1026 File not found:'aero.dcu' where can get this file? |
|
Written by ansgar
1 year ago 4018 posts since Fri, 07 Apr 06 |
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. |
|
Written by Ti9eR
1 year ago 22 posts since Wed, 29 Feb 12 |
Source code is download from this URL http://heidisql.googlecode.com/files/HeidiSQL_7.0_Sourcecode.zip |
|
Written by Ti9eR
1 year ago 22 posts since Wed, 29 Feb 12 |
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 ...... |
|
Written by Ti9eR
1 year ago 22 posts since Wed, 29 Feb 12 |
TfrmInsertFiles = class(TGlassForm) btnInsert: TButton; btnCancel: TButton; OpenDialog: TOpenDialog; grpSelectObject: TGroupBox; lblTable: TLabel; comboDBs: TComboBox; comboTables: TComboBox; GroupBox2: TGroupBox; ... ... |
|
Written by ansgar
1 year ago 4018 posts since Fri, 07 Apr 06 |
Ups. I guess I have local modifications in that zip file. Sorry. Please check out from SVN, as described here. |
|
Written by Ti9eR
1 year ago 22 posts since Wed, 29 Feb 12 |
ok,thx a lot |
|
Please login to leave a reply, or register at first. |