Please help me distribute my Windows TeeChart Application

TeeChart for ActiveX, COM and ASP
Post Reply
Michael
Newbie
Newbie
Posts: 7
Joined: Tue Jun 14, 2005 4:00 am

Please help me distribute my Windows TeeChart Application

Post by Michael » Sun Apr 30, 2006 9:15 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 08, 2006 1:11 pm

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 ?

Michael
Newbie
Newbie
Posts: 7
Joined: Tue Jun 14, 2005 4:00 am

Post by Michael » Tue May 09, 2006 9:39 am

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

Michael
Newbie
Newbie
Posts: 7
Joined: Tue Jun 14, 2005 4:00 am

Post by Michael » Sat May 13, 2006 1:26 am

Any suggestions?

Thanks,
Michael

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 15, 2006 8:31 am

Hi Michael,

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

Michael
Newbie
Newbie
Posts: 7
Joined: Tue Jun 14, 2005 4:00 am

Post by Michael » Mon May 15, 2006 8:40 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 15, 2006 9:02 am

Hi Michael,

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

Michael
Newbie
Newbie
Posts: 7
Joined: Tue Jun 14, 2005 4:00 am

Post by Michael » Mon May 15, 2006 9:44 am

Hi Pep,
Thank for your support.
And I hope you can fix this issue soon and release it.

Michael

Post Reply