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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top