Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Rogerio
Newbie
Newbie
Posts: 1
Joined: Tue Apr 17, 2018 12:00 am

Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by Rogerio » Tue Aug 28, 2018 12:54 pm

Hello, with the fonts "Steema TeeChart Pro VCL FMX Source Code 2018.25" is displaying the following error during the recompilation:

==================================================
TeeChart Pro
Compilation started: 08/28/2018 09:25:21
 
Win32 v14 (Delphi and C ++ Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
EXCEPTION:
Can not copy file: Source\UnicodeLangs\2\TeeMakerConst.pas to Source \. \VCL.Tests\TeeMaker\TeeMakerConst.pas

  Error Code: 3 Description: The system can not find the specified path
--------------------------------------------
 
Already in the version "Steema TeeChart Pro VCL FMX Source Code 2018.24" this error does not occur.

Can someone help me?

Att.

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

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by Yeray » Wed Aug 29, 2018 10:50 am

Hello,

Indeed, we've detected this problem in the v2018.25 source code installation and we'll correct it for the next version.
If you create the "VCL.Tests\TeeMaker" into the installation folder, TeeRecompile shouldn't fail.
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

GEGE1952
Newbie
Newbie
Posts: 1
Joined: Mon Jan 08, 2018 12:00 am

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by GEGE1952 » Sat Sep 15, 2018 7:38 pm

Effectivement cela marche très bien.....

JimR
Newbie
Newbie
Posts: 36
Joined: Tue Dec 05, 2017 12:00 am

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by JimR » Tue Oct 23, 2018 9:31 pm

Please give a few more details. Exactly where does one add the missing folder? I would think one should not wait until a version before correcting a problem that prevents the software from being installed.

Thanks,

Jim

JimR
Newbie
Newbie
Posts: 36
Joined: Tue Dec 05, 2017 12:00 am

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by JimR » Tue Oct 23, 2018 9:59 pm

ok, I gave up and went back to 2018.24. It installed without error but when I compile my program I now get errors like

[dcc32 Error] VCLTee.TeExport.pas(230): E2010 Incompatible types: 'VCLTee.Chart.TCustomChart' and 'VCLTee.Chart.TCustomChart'

[dcc32 Fatal Error] TeeScatPlot2D.pas(10): F2063 Could not compile used unit 'VclTee.TeExport.pas'

suggestions?

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

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by Yeray » Wed Oct 24, 2018 11:24 am

JimR wrote:
Tue Oct 23, 2018 9:31 pm
Please give a few more details. Exactly where does one add the missing folder? I would think one should not wait until a version before correcting a problem that prevents the software from being installed.
Sorry for not being clear enough.
As the error message says, TeeRecompile tries to copy "TeeMakerConst.pas" file to "Source\..\VCL.Tests\TeeMaker". You should create two folders:

- 1. Create "VCL.Tests" folder in the TeeChart installation path:
Clover_2018-10-24_13-20-13.png
Clover_2018-10-24_13-20-13.png (10.04 KiB) Viewed 21229 times

- 2. Create "TeeMaker" folder inside the "VCL.Tests" folder you've just created:
Clover_2018-10-24_13-20-33.png
Clover_2018-10-24_13-20-33.png (3.11 KiB) Viewed 21229 times
JimR wrote:
Tue Oct 23, 2018 9:59 pm
ok, I gave up and went back to 2018.24. It installed without error but when I compile my program I now get errors like

[dcc32 Error] VCLTee.TeExport.pas(230): E2010 Incompatible types: 'VCLTee.Chart.TCustomChart' and 'VCLTee.Chart.TCustomChart'

[dcc32 Fatal Error] TeeScatPlot2D.pas(10): F2063 Could not compile used unit 'VclTee.TeExport.pas'

suggestions?
Yes. Please, make sure the paths in the IDE are correct. Clean them from previous TeeChart installations. Find more details here.
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

JimR
Newbie
Newbie
Posts: 36
Joined: Tue Dec 05, 2017 12:00 am

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by JimR » Wed Oct 24, 2018 1:11 pm

ok, much clearer. I had put VCL.Test in another subdirectory. I will try it again now.

Jim

JimR
Newbie
Newbie
Posts: 36
Joined: Tue Dec 05, 2017 12:00 am

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by JimR » Wed Oct 24, 2018 1:36 pm

Sorry, but same problem. I uninstalled all prior installations to start fresh and then did the 2018.25 install. At completion I added the VCL.Tests folder as shown in your example. See screen shot:
Screen Shot 10-24-18 at 09.26 AM 001.PNG
Screen Shot 10-24-18 at 09.26 AM 001.PNG (8.1 KiB) Viewed 21224 times
Then I double-clicked on the TeeRecompile program and at completion I received the same error message:
Screen Shot 10-24-18 at 09.26 AM.PNG
Screen Shot 10-24-18 at 09.26 AM.PNG (8.25 KiB) Viewed 21224 times


Suggestions?

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

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by Yeray » Wed Oct 24, 2018 1:38 pm

Please, create a "TeeMaker" folder inside the "VCL.Tests" folder you just created.
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

JimR
Newbie
Newbie
Posts: 36
Joined: Tue Dec 05, 2017 12:00 am

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by JimR » Wed Oct 24, 2018 3:36 pm

ok, that solved the problem! Many thanks.

Now back to my own bugs and trying to solve the 3D plots with the proper aspect ratios when rotated. Looks like I must move to different plotting software.

Jim

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

Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR

Post by Yeray » Thu Oct 25, 2018 6:53 am

Hello Jim,
JimR wrote:
Wed Oct 24, 2018 3:36 pm
ok, that solved the problem! Many thanks.
I'm glad you finally could install it.
JimR wrote:
Wed Oct 24, 2018 3:36 pm
Now back to my own bugs and trying to solve the 3D plots with the proper aspect ratios when rotated. Looks like I must move to different plotting software.
I'm sorry to hear you are so disappointed with this 3D issue. Let me put the links to the threads discussing this issue below for future (and other people) reference.
viewtopic.php?f=3&t=16902#p75480
viewtopic.php?f=3&t=16660&start=15#p75077
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