On October 26, 2002 11:14 am, Matthew Davison wrote: > - bRet = DialogBoxIndirectParam16( hInst, lfs->hDlgTmpl16, lpofn->hwndOwner, > + bRet = DialogBoxIndirectParam16( (HINSTANCE16)LOWORD(hInst), >lfs->hDlgTmpl16, lpofn->hwndOwner,
And here we should have a HINSTANCE_16 macro... -- Dimi.