Problem installing "Source Code 2017.23" with Delphi 2007

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Spolma
Newbie
Newbie
Posts: 1
Joined: Fri Feb 03, 2017 12:00 am

Problem installing "Source Code 2017.23" with Delphi 2007

Post by Spolma » Fri Jan 26, 2018 9:33 am

Hi,

when I use TeeRecompile to install version "Source Code 2017.23" with Delphi 2007 I get:
...
Cannot recompile Delphi package: TeePro911.dpk
CodeGear Delphi for Win32 compiler version 18.5
Copyright (c) 1983,2007 CodeGear

TeeActivityGaugeEdit.pas(17) Fatal: F1026 File not found: ' TeeActivityGauge.dcu'
EXCEPTION:
Compilation aborted.

Which file has to be fixed?

Thanks
Spolma

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Problem installing "Source Code 2017.23" with Delphi 2007

Post by Yeray » Fri Jan 26, 2018 3:45 pm

Hello,

There seems to be a small error in TeePro911.dpk. Edit it and remove the blank space in ' TeeActivityGauge.pas'. It should be 'TeeActivityGauge.pas':

Code: Select all

  TeeActivityGauge in 'TeeActivityGauge.pas',
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply