I have placed a CMFCLinkCtrl - (control to show the links in the dialog frame) in my modal dialog box application which works perfectly. upon setting the SetURL("www.google.com") it could able to invoke it.
When i do the same in a dll (dialog box is part of dll) and when the user clicks the control, it is throwing an runtime exception and i could not able to debug it.
I have two questions, can we use the CMFCLinkCtrl controls inside a dll based out of dialog box? if so, how to debug and find the issue?
thanks, Saravana
void CCmdTarget::BeginWaitCursor() { AfxGetApp()->DoWaitCursor(1); } // this line
– Saravana May 04 '17 at 12:52