Error using .dcu on iOS

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
Michael
Newbie
Newbie
Posts: 6
Joined: Thu Mar 14, 2013 12:00 am

Error using .dcu on iOS

Post by Michael » Fri Feb 21, 2014 10:04 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Error using .dcu on iOS

Post by Narcís » Mon Feb 24, 2014 1:05 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Michael
Newbie
Newbie
Posts: 6
Joined: Thu Mar 14, 2013 12:00 am

Re: Error using .dcu on iOS

Post by Michael » Mon Feb 24, 2014 5:39 pm

Installed the new update and all .dcu files were generated. Thanks!

Post Reply