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?
Thanks, Enrico
6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero! Scaricalo su INTERNET GRATIS 6X http://www.libero.it
Hi Enrico,
enrico_groups@libero.it wrote:
I am trying to use the osc extra. load_object: Symbol "osc_setup" not found osc: can't load library
any suggestion?
I'm not sure if there is osc_setup at all.
I use objects dumpOSC and OSCroute - it works fine...
Peter
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