Hi all
I hoped to be able to dig into it myself, but I can't figure out why it is behaving different on Windows compared to Linux.
[declare -stdpath osc] has no effect on Windows. I have 'osc' installed in <pd-path>\extra\osc and when I create [routeOSC /bla], the Pd output looks like this:
tried Z:/home/roman/routeOSC.m_i386 and failed tried C:/Program Files/Common Files/Pd/routeOSC.m_i386 and failed tried C:/users/roman/Application Data/Pd/routeOSC.m_i386 and failed tried Z:/home/roman/pd-src/w32/pd/extra/routeOSC.m_i386 and failed tried Z:/home/roman/routeOSC.dll and failed tried C:/Program Files/Common Files/Pd/routeOSC.dll and failed tried C:/users/roman/Application Data/Pd/routeOSC.dll and failed tried Z:/home/roman/pd-src/w32/pd/extra/routeOSC.dll and failed tried Z:/home/roman/routeOSC/routeOSC.m_i386 and failed tried C:/Program Files/Common Files/Pd/routeOSC/routeOSC.m_i386 and failed tried C:/users/roman/Application Data/Pd/routeOSC/routeOSC.m_i386 and failed tried Z:/home/roman/pd-src/w32/pd/extra/routeOSC/routeOSC.m_i386 and failed tried Z:/home/roman/routeOSC/routeOSC.dll and failed tried C:/Program Files/Common Files/Pd/routeOSC/routeOSC.dll and failed tried C:/users/roman/Application Data/Pd/routeOSC/routeOSC.dll and failed tried Z:/home/roman/pd-src/w32/pd/extra/routeOSC/routeOSC.dll and failed tried Z:/home/roman/routeOSC.pd and failed tried C:/Program Files/Common Files/Pd/routeOSC.pd and failed tried C:/users/roman/Application Data/Pd/routeOSC.pd and failed tried Z:/home/roman/pd-src/w32/pd/extra/routeOSC.pd and failed tried Z:/home/roman/routeOSC.pat and failed tried C:/Program Files/Common Files/Pd/routeOSC.pat and failed tried C:/users/roman/Application Data/Pd/routeOSC.pat and failed tried Z:/home/roman/pd-src/w32/pd/extra/routeOSC.pat and failed tried Z:/home/roman/routeOSC/routeOSC.pd and failed tried C:/Program Files/Common Files/Pd/routeOSC/routeOSC.pd and failed tried C:/users/roman/Application Data/Pd/routeOSC/routeOSC.pd and failed tried Z:/home/roman/pd-src/w32/pd/extra/routeOSC/routeOSC.pd and failed routeOSC /bla error: ... couldn't create
(The output is actually from Wine, but it really behaves the same on Windows)
There is no mention of 'osc' whatsoever.
On the other hand, [declare -stdlib zexy] works the same on Linux and on Windows.
[declare -stdpath] used to work on Windows in older version of Pd, but I can't tell exactly since when it isn't working anymore.
Roman