EDN Admin
Well-known member
Hi,
I created MFC dll.
I will trying to load a dialog contains .net Winform control from this dll.
But it is crashing in the following line
DDX_ManagedControl(pDX, IDC_STATIC_TEST, m_MaskedEdit);
The above line of code is working fine if it is an EXE.
Thanks & Regards
Soney
View the full article
I created MFC dll.
I will trying to load a dialog contains .net Winform control from this dll.
But it is crashing in the following line
DDX_ManagedControl(pDX, IDC_STATIC_TEST, m_MaskedEdit);
The above line of code is working fine if it is an EXE.
Thanks & Regards
Soney
View the full article