IntraWeb + VCL

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Ralf1603
Newbie
Newbie
Posts: 5
Joined: Wed Feb 07, 2018 12:00 am

IntraWeb + VCL

Post by Ralf1603 » Fri Feb 16, 2018 10:51 am

Hello,

I would like to use a TDBChart variant with IntraWeb (Datasource: TADODataSet component). However, the appropriate Steema / Intraweb components are missing.

My environment:
- Embarcadero C++ Builder 10.1 Berlin Update 2 Ent
- IntraWeb version: 14.2.6 (IntraWeb Bundled Edition for RAD Studio XE3-10.2 Ent/Arch), recommended, free update of Atozed Software
- Win 7 SP1 Ent

https://www.steema.com/downloads/vcl:
... Additional downloads, Integration for IntraWeb
Old Version: TeeChart Standard 2013 for IntraWeb 14.0 in Delphi XE4 (September 09, 2013)

I think the design time / run time packages need it (*.bpl) for C++Builder.
Can you help?

Regards, Ralf

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

Re: IntraWeb + VCL

Post by Yeray » Fri Feb 23, 2018 9:18 am

Hello,

I've just added to the list the zip containing the sources for the integration of TeeChart into Intraweb 14 for RAD Studio 10.1 Berlin.
Could you please give it a try?
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

Ralf1603
Newbie
Newbie
Posts: 5
Joined: Wed Feb 07, 2018 12:00 am

Re: IntraWeb + VCL

Post by Ralf1603 » Wed Mar 07, 2018 8:15 am

Hello Yeray,

unfortunately there are problems. I am using the latest update recommended by Atozed Software on IntraWeb to 14.2.x (https://www.atozed.com/category/iw/iw-release/), the original Bundled version 14.0 had to be uninstalled.
Does the version supplied by Embarcadero have to be used?
~~~
Target _PasCoreCompile:
c:\program files (x86)\embarcadero\studio\18.0\bin\dcc32.exe -$O- -$W+ --no-config -B -Q -TX.bpl -
[...]
C:\Users\[user]\Documents\Embarcadero\Studio\Projekte\TeeChart_2017_for_IntraWeb_14.0_and_RADStudio_XE10.1_Berlin_Std\IW140TeeChart9_240.dpk(39,10): error F2202: E2202 Package 'Intraweb' wird benötigt, konnte aber nicht gefunden werden
Done building target "_PasCoreCompile" in project "IW140TeeChart9_240.dproj" -- FAILED.
Done building project "IW140TeeChart9_240.dproj" -- FAILED.

Best Regards,
Ralf

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

Re: IntraWeb + VCL

Post by Yeray » Wed Mar 07, 2018 11:13 am

Hello,
Ralf1603 wrote:I am using the latest update recommended by Atozed Software on IntraWeb to 14.2.x (https://www.atozed.com/category/iw/iw-release/), the original Bundled version 14.0 had to be uninstalled.
I've just installed v14.2.7 and the packages seem to compile fine with TeeChart Pro v2017.23 installed.
I only had to modify an entry in the requires section in the IW140TeeChart9_240.dpk file, from "Tee" to "Tee924". If you use the TeeChart Standard/Lite shipped with the IDE, the packages should work without this change.

What TeeChart version do you have installed?
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

Ralf1603
Newbie
Newbie
Posts: 5
Joined: Wed Feb 07, 2018 12:00 am

Re: IntraWeb + VCL

Post by Ralf1603 » Fri Mar 09, 2018 2:38 pm

Hello Yeray,

I've installed IntraWeb v14.2.7 and now TeeChart Pro v2017.23 installed, modify "IW140TeeChart9_240.dpk".

Loaded in IDE "TeeChart Std 2017 for Intraweb 14 and RADStudio XE 10.1 Berlin.groupproj"
[dcc32 Fataler Fehler] IW140TeeChart9_240.dpk(39): E2202 Package 'Intraweb' wird benötigt, konnte aber nicht gefunden werden
...
requires
rtl,
vcl,
vclx,
inet,
vclimg,
Tee924,
Intraweb;
...

[dcc32 Fataler Fehler] DCLIW140TeeChart9_240.dpk(35): E2202 Package 'Tee' wird benötigt, konnte aber nicht gefunden werden
...
requires
rtl,
designide,
IW140TeeChart9_240;
...

Thanks for the support.

Best regards,
Ralf

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

Re: IntraWeb + VCL

Post by Yeray » Tue Mar 20, 2018 8:52 am

Hello Ralf,

It seems the "Intraweb" and "Tee" packages can't be found. Please try to modify the requires list matching the packages (bpls) you have installed.
In IW140TeeChart9_240.dpk, try replacing "Intraweb" by "Intraweb_14_D10_1"
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

Ralf1603
Newbie
Newbie
Posts: 5
Joined: Wed Feb 07, 2018 12:00 am

Re: IntraWeb + VCL

Post by Ralf1603 » Wed Jun 27, 2018 9:41 am

Hello Yeray,

Thank you very much. I changed the file.
Now I get the error message when compiling the project file. There is no "dcr" file in the "TeeChart_2017_for_IntraWeb_14.0_and_RADStudio_XE10.1_Berlin_Std" archive, can you use the "dcr" file from "Steema TeeChart Pro VCL FMX 2017.23"?

Abhängigkeiten des Projekts werden überprüft...
Erzeugen von DCLIW140TeeChart9_240.dproj (Debug, Win32)
brcc32 Befehlszeile für "DCLIW140TeeChart9_240.vrc" ...
dcc32 Befehlszeile für "DCLIW140TeeChart9_240.dpk" ...
[dcc32 Fehler] E1026 Datei nicht gefunden: 'IWCompTeeChart.dcr'
Misslungen
Verstrichene Zeit: 00:00:01.0

C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX 2017.23\Examples\VCL for the Web
IWCompTeeChart.pas 3,06 KB (3.138 Bytes)
IWCompTeeChart.dcr 1,21 KB (1.248 Bytes)

TeeChart_2017_for_IntraWeb_14.0_and_RADStudio_XE10.1_Berlin_Std
IWCompTeeChart.pas 2,67 KB (2.740 Bytes)
IWCompTeeChart.dcr - is missing -

Best regards,
Ralf

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

Re: IntraWeb + VCL

Post by Yeray » Fri Jun 29, 2018 10:27 am

Hello Ralf,

I've added the IWCompTeeChart.dcr to the zip in the downloads page.
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

Ralf1603
Newbie
Newbie
Posts: 5
Joined: Wed Feb 07, 2018 12:00 am

Re: IntraWeb + VCL

Post by Ralf1603 » Wed Jul 04, 2018 6:36 am

Hello Yeray,
it works, thanks, the project I could successfully generate now:
Directory of C: \ Users \ ... \ TeeChart_2017_for_IntraWeb_14.0_and_RADStudio_XE10.1_Berlin_Std \ compiled
...
03.07.2018 08:53 130.560 DCLIW140TeeChart9_240.bpl
03.07.2018 08:53 10.993 DCLIW140TeeChart9_240.dcp
03.07.2018 08:53 46.592 IW140TeeChart9_240.bpl
03.07.2018 08:53 16.963 IW140TeeChart9_240.dcp
03.07.2018 08:53 8.762 IWCompTeeChart.dcu
03.07.2018 08:51 825 IWCompTeeChartReg.dcu

Unfortunately, there is now the problem that the packages can not be integrated:
[1] IW140TeeChart9_240.dproj - Projektverwaltung >> DCLIW140TeeChart9_240.bpl >> Installieren:
---------------------------
bds.exe - Systemfehler
---------------------------
Das Programm kann nicht gestartet werden, da IW140TeeChart9_240.bpl auf dem Computer fehlt. Installieren Sie das Programm erneut, um das Problem zu beheben.
---------------------------
OK
---------------------------
---------------------------
Fehler
---------------------------
Package C:\Users\...\TeeChart_2017_for_IntraWeb_14.0_and_RADStudio_XE10.1_Berlin_Std\compiled\DCLIW140TeeChart9_240.bpl kann nicht geladen werden.
Das angegebene Modul wurde nicht gefunden.
---------------------------
OK
---------------------------
[2] Alternatively via "Komponente | Packages installieren", Hinzufügen "DCLIW140TeeChart9_240.bpl":
---------------------------
bds.exe - Systemfehler
---------------------------
Das Programm kann nicht gestartet werden, da IW140TeeChart9_240.bpl auf dem Computer fehlt. Installieren Sie das Programm erneut, um das Problem zu beheben.
---------------------------
OK
---------------------------
---------------------------
DCLIW140TeeChart9_240 - RAD Studio 10.1 Berlin - IWCompTeeChartReg [Erzeugt]
---------------------------
Package C:\Users\...\TeeChart_2017_for_IntraWeb_14.0_and_RADStudio_XE10.1_Berlin_Std\compiled\DCLIW140TeeChart9_240.bpl kann nicht geladen werden.

Das angegebene Modul wurde nicht gefunden.
---------------------------
OK
---------------------------

I can not explain it because "DCLIW140TeeChart9_240.bpl" was created successfully (see above).
Do you have any idea?

Best regards,
Ralf

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

Re: IntraWeb + VCL

Post by Yeray » Thu Jul 05, 2018 8:40 am

Hello,

Try copying the "IW140TeeChart9_240.bpl" to "C:\Windows\SysWOW64".
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