Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Assertion when using CExtIconEditDlg Collapse All
Subject Author Date
Chris Anderson May 16, 2007 - 8:19 PM

When invoking DoModal on an instance of CExtIconEditDlg dialog I get an assertion from MFC in the DoDataExchange method of CExtIconEditDlg. More specifically the trace message from MFC indicates that it is not able to find the IDC_IMAGE_EDITOR control within the dialog. I am using the DLL version of Prof UIS. Is there anything wrong that I am doing? Any ideas as to what the issue is since I do not get this problem with any of Prof UIS samples.

Technical Support May 17, 2007 - 10:39 AM

The icon editor dialog CExtIconEditDlg is used in the IconEditor sample. You can see how it is opened with the DoModal() in the CMainDlg::OnButtonEdit() method. It works OK. Would you send us a test project that demonstrates what’s wrong?