-
zbray
Hi,
I'm using PD Vanilla on windows and I've downloaded udpsend.dll on PD community website and build OSC-0.1 and then put all the dll in the extra folder.
My patch is:
[connect localhost 9000(
|
| [send /test(
| |
| [packOSC]
| /\
| / [print]
| /
[udpsend]I've got:
udpsend: connecting to port 9001
and then the error message:
udpsend: no method for 'float'
and finaly:
send: 116 101 115 116 0 0 0 0 44 0 0 0
What can I do ?
-
zbray
Yes in fact everything worked perfectly on PDextended, but I don't manage to compile the library properly for vanilla. It doesn't work if I copy dll from extended, and each time I re-compile whith vanilla's dll it don't work...and the Makefile doesn't work as well.
-