Page 1 of 1

Please help me distribute my Windows TeeChart Application

Posted: Sun Apr 30, 2006 9:15 am
by 9527168
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

Posted: Mon May 08, 2006 1:11 pm
by Pep
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 ?

Posted: Tue May 09, 2006 9:39 am
by 9527168
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

Posted: Sat May 13, 2006 1:26 am
by 9527168
Any suggestions?

Thanks,
Michael

Posted: Mon May 15, 2006 8:31 am
by Pep
Hi Michael,

following the steps of the TeeChart Pro Tutorial 18 should work fine. Which error does it give you ?

Posted: Mon May 15, 2006 8:40 am
by 9527168
Hi Pep,
I've just got something.
The applications I mentioned were developed under VS2005. I tried a pretty new application by VS2003 and it worked very well.

best regards,
Michael

Posted: Mon May 15, 2006 9:02 am
by Pep
Hi Michael,

ok, I'm glad to know that works. If you need something else please let us know.

Posted: Mon May 15, 2006 9:44 am
by 9527168
Hi Pep,
Thank for your support.
And I hope you can fix this issue soon and release it.

Michael