This project is a Windows DLL library that enables multithreadd file and folder selection dialogs with support for unlimited file selections.
The library solves the limitations of the standard Windows GetOpenFileNameW or IFileOpenDialog API, which restricts simultaneous multi-selection of both files and folders(click Ok not close and return when selection mixed with folder) and multi-select results to a fixed-size buffer (lpstrFile).
- Import
src/GetSelected.candGetSelected.hto your project. - Decalre points to store your selected path.
see example src/test_multithread-static.c.
cd src
.\build.batcd src
make