Hi,
I developed a windows application used Teechart ActiveX Pro 7, but I can not run it on other computers.
I registerd the OCX file and the help following the instructions in Teechart Tutorial 18 on other computers. But I still can not run my application. And I was told that "This Application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem".
any suggestions?
Thanks,
Michael
Please help me distribute my Windows TeeChart Application
Hi Michael,
it's strange, you're the first customer with this problem. To be sure that this problem is related with the TeeChart components, have you first :
1) Try to create a simple app. which uses a tChart component (single Series with data) and try to distribute it ?
2) Try to do the 1) but in running it on others computers ?
it's strange, you're the first customer with this problem. To be sure that this problem is related with the TeeChart components, have you first :
1) Try to create a simple app. which uses a tChart component (single Series with data) and try to distribute it ?
2) Try to do the 1) but in running it on others computers ?
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Pep,
Thank you for your reply.
I tried to follow your suggestions and I found something.
I created another simple TeeChart dialog-based MFC Application with only one TeeChart Control. It has only one series. The codes look like this:
myTChart.AddSeries(scPie);
myTChart.Series(0).FillSampleValues(1);
myTChart.Series(0).GetAsPie().SetAngleSize(360);
myTChart.Series(0).GetAsPie().SetRotationAngle(90);
This simple application can be run on my developing computer very well. But it can't be run on other computers even the TeeChart Installation Package has been installed with my license and password.
Could you please give me some instructions based on those cloes?
Thank you very much.
Michael
Thank you for your reply.
I tried to follow your suggestions and I found something.
I created another simple TeeChart dialog-based MFC Application with only one TeeChart Control. It has only one series. The codes look like this:
myTChart.AddSeries(scPie);
myTChart.Series(0).FillSampleValues(1);
myTChart.Series(0).GetAsPie().SetAngleSize(360);
myTChart.Series(0).GetAsPie().SetRotationAngle(90);
This simple application can be run on my developing computer very well. But it can't be run on other computers even the TeeChart Installation Package has been installed with my license and password.
Could you please give me some instructions based on those cloes?
Thank you very much.
Michael
Hi Michael,
following the steps of the TeeChart Pro Tutorial 18 should work fine. Which error does it give you ?
following the steps of the TeeChart Pro Tutorial 18 should work fine. Which error does it give you ?
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Michael,
ok, I'm glad to know that works. If you need something else please let us know.
ok, I'm glad to know that works. If you need something else please let us know.
Pep Jorge
http://support.steema.com
http://support.steema.com