Title: RE: [MSVC] Dll and Dialog Question

>   CAccessCodeDlg CA(NULL); -- Exported class from DLL

Check that this call (as it goes into the DLL) constructs the dialogue in
the usual way, i.e., by calling the base class with the parent wnd pointer
(NULL in this case, which will default to AfxGetMainWnd(), which might be
interesting), and the ID of the dialogue's resource template.

--
Jason Teagle
[EMAIL PROTECTED]

Reply via email to