On October 26, 2002 11:14 am, Matthew Davison wrote:
> -        hInst = GetWindowLongA( lpofn->hwndOwner, GWL_HINSTANCE );
> +        hInst = (HINSTANCE)(ULONG_PTR)GetWindowLongA( lpofn->hwndOwner, 
>GWL_HINSTANCE );

Why can't you cast here directly to HINSTANCE?

-- 
Dimi.


Reply via email to