Page 1 of 1

Installation errors

Posted: Tue Jan 05, 2016 10:37 am
by 16576294
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?

Re: Installation errors

Posted: Tue Jan 05, 2016 11:32 am
by yeray
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?

Re: Installation errors

Posted: Tue Jan 05, 2016 12:16 pm
by 16576294
The OS is Win10 64-bit

Re: Installation errors

Posted: Thu Jan 07, 2016 10:24 am
by yeray
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.

Re: Installation errors

Posted: Mon Feb 22, 2016 1:23 pm
by 16577601
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

Re: Installation errors

Posted: Mon Feb 22, 2016 1:53 pm
by 16577601
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

Re: Installation errors

Posted: Tue Feb 23, 2016 9:33 am
by yeray
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.