CDialog::DoModal in mixed mode dll

Joined
Sep 3, 2005
Messages
1
Reaction score
0
Hi,

I have problem with mixed mode dll. When I call this dll from managed c++ application when I try to call dll function that contain commang someDialog.DoModal dll crashed and in debug mode I saw that reason is calling AfxGetResourceHandle() in CDialog::DoModal fuction in dlgcore.cpp.


Thanks in advance.
 
Back
Top