Shows how to use a native file chooser dialog to browse file with Fl_Native_File_Chooser dialog.
Native_File_Chooser_Browse_File.cpp
To build this project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start Native_File_Chooser_Browse_File.sln
Select Native_File_Chooser_Browse_File project and type Ctrl+F5 to build and run it.
mkdir build && cd build
cmake .. -G "Xcode"
open ./Native_File_Chooser_Browse_File.xcodeproj
Select Native_File_Chooser_Browse_File project and type Cmd+R to build and run it.
mkdir build && cd build
cmake ..
cmake --build . --config Debug
./Native_File_Chooser_Browse_File