Eric Pouech wrote:
>
> sounds like an old bug I fixed years ago in filedlg.c
> when called with OFN_ALLOWMULTISELECT, the returned string shall be a list
> of null terminated LPSTR, followed by a last '\0' to terminate the list
> can you check that you dialog box is opened with OFN_EXPLORER|OFN_ALLOWMULTISELECT
> combination in the Flags member of the OPENFILENAME structure ?
>
 
Flags = 0x80280a74, so both OFN_EXPLORER and OFN_ALLOWMULTISELECT are
set.

-- 
========================================================================
Ian Pilcher                                       [EMAIL PROTECTED]
========================================================================


Eric Pouech wrote:
> 
> sounds like an old bug I fixed years ago in filedlg.c
> when called with OFN_ALLOWMULTISELECT, the returned string shall be a list
> of null terminated LPSTR, followed by a last '\0' to terminate the list
> can you check that you dialog box is opened with OFN_EXPLORER|OFN_ALLOWMULTISELECT
> combination in the Flags member of the OPENFILENAME structure ?
> 

Flags = 0x80280a74, so both OFN_EXPLORER and OFN_ALLOWMULTISELECT are
set.

-- 
========================================================================
Ian Pilcher                                       [EMAIL PROTECTED]
========================================================================


Reply via email to