Creating a dll with TEEchart controls placed on a dialog

TeeChart for ActiveX, COM and ASP
Post Reply
marathoner
Newbie
Newbie
Posts: 35
Joined: Wed Dec 12, 2007 12:00 am

Creating a dll with TEEchart controls placed on a dialog

Post by marathoner » Wed Feb 27, 2008 11:46 pm

I can write standalone executables (no dlls) with TeeChart. However, when I create a regular MFC dll with a plain empty modeless dialog, I am able to invoke that dll without any problems. If I place a TeeChart Active X control on that empty dialog, the application crashes when called, giving me an initialization error.

Can you send me two projects, one of which is a dialog based dll with TeeChart ActiveX control on the dialog? The other project should be a standalone executable which calls that dll properly.

I am using VC++6 and VS2005.

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

Post by Pep » Fri Mar 28, 2008 7:01 am

Hi,

I'm sorry, we don't have a specific example of that. However we think that no special things must be done to create it. Creating it as you'd create another MFC dll app (with different std OCX) should work fine.

Is it working fine with other std ocx ?

Post Reply