"James Hawkins" <[EMAIL PROTECTED]> wrote:

> Changelog
>     * fix cross-call functions

> -    return DialogBoxIndirectParamA(COMDLG32_hInstance, template,
> +    return DialogBoxIndirectParamW(COMDLG32_hInstance, template,
>              lpChFont->hwndOwner, FormatCharDlgProcA, (LPARAM)lpChFont );

You can't pass a not unicode dlgproc to DialogBoxIndirectParamW and
hope that it will work.

-- 
Dmitry.


Reply via email to