http://bugs.winehq.org/show_bug.cgi?id=2240
Summary: File Multiselect (ofn.Flags OFN_ALLOWMULTISELECT) is unsupported? Product: Wine Version: 20040505 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: greensh@knology.net CC: greensh@knology.net
Using the MSVC (Visual C++), in my MFC app, I define;
ofn.Flags = OFN_ALLOWMULTISELECT | OFN_HIDEREADONLY | OFN_FILEMUSTEXIST | OFN_EXPLORER ; and this opens a dialog allowing me to select multiple files and works fine under Windows. Under Wine, I can select the files, but then it does nothing with them. It acts as though nothing was selected... not even one file.