Installation errors

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Lenfors
Newbie
Newbie
Posts: 5
Joined: Tue Sep 08, 2015 12:00 am

Installation errors

Post by Lenfors » Tue Jan 05, 2016 10:37 am

Hi

Got the following answer when seeking information about how to install TeechartVCL

**************************************************************************************************************
I've prepared and tested the TeeChart Pro v2015.16 packages for QuickReport v5.06 under RAD Studio 10 Seattle.
Find them here:
Tee9QR5D23.zip
(130.79 KiB) Downloaded 1 time

Note the compiledwin32 and compiledwin64 folders contain the packages you should be able to use without having to recompile the packages. To use them just copy the packages from the "compiledwin32" folder accordingly:
- DclTee9QR5D23.bpl to $(BDS)\bin
- Tee9QR5D23.bpl to %windir%\SysWOW64 (if you are in a 64bit OS) or to %windir%\System32 (if you are in a 32bit OS)
- The rest of the files from the "compiledwin32" folder to $(BDS)\lib\win32\release and $(BDS)\lib\win32\Debug

Then you should be able to open the IDE, add the $(BDS)\bin\DclTee9QR5D23.bpl package to the components list in the IDE and use it.
**************************************************************************************************************

Done the above and when trying to add package (DclTee9QR506D23.bpl) to component list I get error code; C:\Program Files (x86)\Embarcadero\Studio\17.0\bin\DclTee9QR506D23.bpl %1 is not a valid win32 program
Am I doing something wrong here?

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

Re: Installation errors

Post by Yeray » Tue Jan 05, 2016 11:32 am

Hi,

I guess this comes from here.

I've checked the steps described again and it seems to work fine for me with RAD 10 Seattle, TeeChart Pro v2015.16 and QuickReport 5.06 in Windows 10.
Please make sure you run the IDE as administrator.
Is the OS 64 or 32 bits?
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

Lenfors
Newbie
Newbie
Posts: 5
Joined: Tue Sep 08, 2015 12:00 am

Re: Installation errors

Post by Lenfors » Tue Jan 05, 2016 12:16 pm

The OS is Win10 64-bit

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

Re: Installation errors

Post by Yeray » Thu Jan 07, 2016 10:24 am

Hello,

We've checked the packages from that thread in a couple of machines with the same environment than you and they work without major problems.

If you still find problems with it, please try to recompile the packages. To do so, open the Tee9QR506D23.dproj and DclTee9QR506D23.dproj projects. Recompile them (Tee9QR506D23 for both win32 and win64; DclTee9QR506D23 only for win32). This should regenerate the .bpl files so you can try to put everything in place again.
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

Prisma
Newbie
Newbie
Posts: 2
Joined: Wed Feb 03, 2016 12:00 am

Re: Installation errors

Post by Prisma » Mon Feb 22, 2016 1:23 pm

Hello,

I downloaded the Tee9QR5D23.zip.

Then I modify the packages with the the output pathes like the other Tee-Packages
Win32
C:\Delphi\TeeChart2015\Compiled\Delphi23.win32\Lib, C:\Delphi\TeeChart2015\Compiled\Delphi23.win32\System
Win64
C:\Delphi\TeeChart2015\Compiled\Delphi23.win64\Lib, C:\Delphi\TeeChart2015\Compiled\Delphi23.win64\System

Then I copy the Tee9QR506D23.bpl from the Win32 to C:\Windows\System32 and the Win64 to C:\Windows\SysWOW64.

Then I try to install from C:\Delphi\TeeChart2015\Compiled\Delphi23.win32\System the DclTeeQR506D23.bpl:

Package
C:\Delphi\TeeChart2015\Compiled\Delphi23.win32\System\DclTeeQR506D23.bpl can not load %1 is not a valid win32 program

Iam using Windows10 professional 64bit Iam Admin but I try explicit the ide with ran as Admin too.
Delphi is: Embarcadero® Delphi 10 Seattle

I copied no files to BDS-directory cause your recompile did this not.

Whats the problem? And why your recompile can not install the quickreport packages too?

Best Regards

Frank

Prisma
Newbie
Newbie
Posts: 2
Joined: Wed Feb 03, 2016 12:00 am

Re: Installation errors

Post by Prisma » Mon Feb 22, 2016 1:53 pm

Hello,

I fixed I read again and my fault was to copy then Win64 bpl to the SysWow64.
It must the Win32 bpl too!

(The Question why recompile didnt do the right things is still open :))

Best Regards

Frank

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

Re: Installation errors

Post by Yeray » Tue Feb 23, 2016 9:33 am

Hi Frank,
Prisma wrote:I fixed I read again and my fault was to copy then Win64 bpl to the SysWow64.
It must the Win32 bpl too!
I'm glad to hear you found it!
Prisma wrote:(The Question why recompile didnt do the right things is still open :))
I'm afraid it still seems to fail in some occasions but I can say we are constantly improving TeeRecompile to support the new IDEs and combinations.
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