Page 1 of 1

Intraweb

Posted: Tue Aug 23, 2005 8:56 am
by 8442515
Hello.

I have ther version 6 of TChart, Intraweb 7 and Delphi 6 Professional.
Everthing without source. For an web application, I want to use
the TChart Intraweb version, but there is no version for my combination
of products. I have read all the other posts about the issue, but for
me the solutions do not work because I cannot recompile. What
is the most convinient way to get it to work?

Thanks in advance
Stephan

Posted: Tue Aug 23, 2005 9:03 am
by narcis
Hello Stephan,

I'd suggest you to download TeeChart v7 packages for Intraweb 7 and Delphi 6 and change TeeChart v7 package references for v6 packages and recompile those TChart for Intraweb packages. To recompile that you'll only need those packages sources which are already supplied. TeeChart and Intraweb sources are not necessary.

Posted: Tue Aug 23, 2005 9:59 am
by 8442515
I get a FatalError: Never-build package "intraweb_72_60" must be rebuild

Posted: Tue Aug 23, 2005 11:17 am
by narcis
Hi Stephan,

Try changing package Rebuild option from "Explicitly rebuild" to "Rebuild as Needed".

Posted: Tue Aug 23, 2005 11:23 am
by 8442515
Hello Narcis,

> Try changing package Rebuild option from "Explicitly rebuild"
> to "Rebuild as Needed".

This is already changed.

Greetings
Stephan

Posted: Wed Aug 24, 2005 7:16 am
by 8442515
Hello Narcis,

do I need to update to chart 7 to get the intraweb chart module to
run? I get always the same error message I have reported before.

Greetings
Stephan

Posted: Mon Aug 29, 2005 8:26 am
by Pep
Hi Stephan,

do you have all the Delphi6 updates installed (update and rtl updates) ?
You should install all Delphi 6 patches, then install the latest TeeChart v6 version and finally recompile/reinstall the IW components. The critical thing here is you must first remove all packages which require TeeChart packages and then recompile these packages with new TC version. If somehow you forget/miss some old IW component files, you'll end up with errors you're getting now.

Posted: Mon Aug 29, 2005 10:16 am
by 8442515
Hi Pep,
do you have all the Delphi6 updates installed (update and rtl updates) ?
Yes

I have delete IW and TChart for two time, and reinstall both.
I am getting the same error. I am using the TMS Components
too (without Intraweb components). Have I to reinstall these
components too? Will I get rid of this problem, when I buy
the update for V7 of TChart? Have I to reinstall Delphi?
I use the search function to find all files of TChart and Intraweb
to delete them. I have used *tee* and *Intra* and the uninstall
function of intraweb. Where have I to search for other files?

Posted: Mon Aug 29, 2005 4:19 pm
by Pep
Hi,
I am using the TMS Components
too (without Intraweb components). Have I to reinstall these
components too?
Maybe this could be related with the error you're getting.
In most cases when some 3rd party tools (in this case TMs) uses another 3rd party tool (in this case TeeChart) the problem is this tool was compiled/prepared with a different version of Teechart. In all cases there are two solutions:

1 (not really solution) : remove TeeChart or TMS packages. Because TMS packages use/were compiled/require older Teechart packages, they cannot be installed (you'll *always* get the "XXX was compiled with a different version of YYY" error or similar one) when you're already using new TeeeChart packages.

2) If you have source code for other 3rd party tool, recomile/reinstall this tool with the latest TeeChart installed on your machine.
Will I get rid of this problem, when I buy
the update for V7 of TChart?
I know it works with the TeeChart Pro v7, but it should with the TeeChart Pro v6 too.
Have I to reinstall Delphi?
No, it's not required. First check if uninstalling the TMS Components you can rebuild the TeeChart for Intraweb packages. If you still having problems let me know and I'll try to rebuild it here.

Posted: Tue Aug 30, 2005 8:51 am
by 8442515
Hello Pep,

the deinstallation of the TMS Components solved the problem.
Thanks a lot for you help.

Greetings
Stephan