LoadAll calls LoadLibrary() on all DLL style files in the given directory. It does nothing „smart“ (if I remember correctly) or ke checking and avoiding loading the same DLL twice. But you can call the function multiple times for different directories, and all plugins from all directories will be loaded.It‘s been forever that I wrote this. It was meant to go into Fluid for testing, but was never put in there.
FYI I have just recently tested using latest (1.5) Fl_Plugin + Fl_PluginManager in a minimal fashion (not the way I asked about) on my Linux Mint machine, and it seems to work fine. Since it should help me avoid having to write my own dlopen()/dlsym() -based code, I plan to use it in my application.
Please do not let it ever become orphaned code!