If I run GetSafeOwner(NULL,NULL) in a dialog, it returns a value. If from that dialog, I call a DLL with
someclass.myfunction(this,dialog), and in that DLL I call
where pParent is the value of "this"
pParent->GetSafeOwner(NULL,NULL); it returns a totally different value. I can fix it by...