Page 1 of 1

Creating a dll with TEEchart controls placed on a dialog

Posted: Wed Feb 27, 2008 11:46 pm
by 15047739
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.

Posted: Fri Mar 28, 2008 7:01 am
by Pep
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 ?