Page 1 of 1

Error using .dcu on iOS

Posted: Fri Feb 21, 2014 10:04 pm
by 16565417
I've been using TChart for a little while on iOS and it works good. However, I've been using the source files as that was all I could get working. I figure it's about time I get it to work without using the source files because I find that it slows down build times.

After I run TeeRecompile.exe (as admin) there is a folder Compiled\Delphi19.iOSDevice\Lib. Inside the folder are a lot of *.o files and a few *.dcu files. When I try to run an application with a TChart I get errors saying that FMXTee.Engine could not be found. In Delphi the library is setup to point to the Compiled\Delphi19.iOSDevice\Lib folder. Also, TeeRecompile said it completed with no errors, but it took 3 minutes.

Although TeeRecompile said it had no problems, there are only 4 .dcu files: FMXTee.Bind.Chart.dcu, FMXTee.Bind.DBLinks.dcu, FMXTee.Bind.Editors.dcu, and FMXTeeChartPro.dcu. All the others files only have .o files. Any ideas why the .dcu files would be missing?


(I've included the TeeRecompile log just in case it's helpful:)
===============================================
TeeChart Pro
Compilation started: 2/21/2014 1:44:08 PM

iOS Device v19 Enterprise (Delphi XE5 and C++Builder XE5 Update 2) OK. Time: 2s
Compiling... unit
Embarcadero Delphi Next Generation for iPhone compiler version 26.0
Copyright (c) 1983,2013 Embarcadero Technologies, Inc.
FMXTee.Editor.Series.ErrorBar.pas(43) Hint: H2219 Private symbol 'ChangedPen' declared but never used
376708 lines, 160.28 seconds.
Binding Units
Embarcadero Delphi Next Generation for iPhone compiler version 26.0
Copyright (c) 1983,2013 Embarcadero Technologies, Inc.
74079 lines, 12.89 seconds.
TeeChart Installation
VERSION: 2013
Installing...
iOS Device v19 Enterprise (Delphi XE5 and C++Builder XE5 Update 2) OK. Time: 2m 55s
================================================================================

Total time: 175595 msec.

Re: Error using .dcu on iOS

Posted: Mon Feb 24, 2014 1:05 pm
by narcis
Hi Michael,

Please try with the new version we just published: http://www.teechart.net/support/viewtop ... =3&t=14694

If problems persists don't hesitate to let us know.

Re: Error using .dcu on iOS

Posted: Mon Feb 24, 2014 5:39 pm
by 16565417
Installed the new update and all .dcu files were generated. Thanks!