On 2017-05-11 09:30, oliver wrote:
just discovered, that the [regex] object of the ZEXY library won't load on a windows machine. on creation it shows the following error in the PD window:
[regex] non-functional: compiled without regex-support!
...
FYI:
i tried the (W32 binaries) version, which said, it needs libgnurx-0.dll.
after i put this file into PD's "bin" folder, the single binary version of [regex] could be created, but NOT the one from the compiled ZEXY.dll
yes.
there is little i can add: if the zexy binary has been compiled without regexp-support, then there is no regexp support (no matter which additional software is (not) installed). the regex.dll has obviously been compiled *with* regex support (and consequently requires libgnurx-0.dll)
fgamsdr IOhannes