Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
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.
==================================================
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.
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
Effectivement cela marche très bien.....
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
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
Thanks,
Jim
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
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?
[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?
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
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:
- 2. Create "TeeMaker" folder inside the "VCL.Tests" folder you've just created:
Yes. Please, make sure the paths in the IDE are correct. Clean them from previous TeeChart installations. Find more details here.JimR wrote: ↑Tue Oct 23, 2018 9:59 pmok, 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?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
ok, much clearer. I had put VCL.Test in another subdirectory. I will try it again now.
Jim
Jim
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
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:
Suggestions?
Then I double-clicked on the TeeRecompile program and at completion I received the same error message:
Suggestions?
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
Please, create a "TeeMaker" folder inside the "VCL.Tests" folder you just created.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
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
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
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
Hello Jim,
viewtopic.php?f=3&t=16902#p75480
viewtopic.php?f=3&t=16660&start=15#p75077
I'm glad you finally could install it.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |