> Date: Thu, 27 Feb 2025 16:55:54 +0000 (UTC) > From: Mike Gran <spk...@yahoo.com> > Cc: "hah...@hahnjo.de" <hah...@hahnjo.de> > > - need to make sure that dlopen searches PATH on Win32
This is guaranteed by the algorithm used by Windows APIs that load DLLs (which dlopen calls) -- assuming that dlopen you use is the one that comes with MinGW, not some other version.