enrico_groups@libero.it wrote:
Hi All,
I am trying to use the osc extra. I tried both to compile the source code and to use a precompiled dll, but in either case when I lauch pd -verbose -lib osc I get the following:
tried C:\Program Files\pd\bin\osc.dll and failed tried C:\Program Files\pd\extra\osc.dll and succeeded load_object: Symbol "osc_setup" not found osc: can't load library
any suggestion?
should be simple: while windows does not know anything about cases, pd does. so you have to to respect them too.
the external really is called "OSC" and not "osc". (e.g. there is and OSC_setup() function but no osc_setup()) so try to run "pd -verbose -lib OSC" and this should fix your problems.
mfg.a.sdr IOhannes