Mattia Barbon wrote:
I just applied the attached patch (only tested on Mac and Linux for now), and it seems to do the trick without breaking anything.
that's smart. The local ENV{PATH} in wx_boot means that the standard Wx::_load_dll can be a noop for Windows too. (which I guess is what you intended) All works nicely here with a noop _load_dll on Windows.
I'll incorporate that in the reworked patch for custom loaders. Mark