R
Rajko
GetOpenFileName with flag
OFN_ALLOWMULTISELECT
will create error message if number of characters exceeds 29700 characters.
I does not matter if you alocated enough space. It will use only first 32768
TCHARs.
Error message is file not found, and partial file name is displayed.
BTW what is the URL of error reporting site at MS.
Rajko.
PS Is there workaround for this bug?
OFN_ALLOWMULTISELECT
will create error message if number of characters exceeds 29700 characters.
I does not matter if you alocated enough space. It will use only first 32768
TCHARs.
Error message is file not found, and partial file name is displayed.
BTW what is the URL of error reporting site at MS.
Rajko.
PS Is there workaround for this bug?