User (Legacy) Posted January 17, 2002 Report Share Posted January 17, 2002 Hi, there: I created a wrapper DLL with MSVC 6.0 which calls dlls of ChartFX. I tried to call that wrapper DLL in a test application, which was developed by VC 6.0 also. But the wrapper DLL didn't respond at all when I called. The function of the wrapper DLL is to pop up a dialog box with ChartFX controls in it. No dialog box showed up in the application. If I use a dialog box without ChartFX control in that wrapper DLL then it works. Is there anybody can give me some hint as to what is wrong here? Thanks Danqing Hu dhu@chemimage.com Link to comment Share on other sites More sharing options...
Software FX Posted January 17, 2002 Report Share Posted January 17, 2002 Make sue you call: AfxEnableControlContainer(); Inside your InitInstance. Otherwise MFC dialogs will not be able to host ActiveX controls -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.