Sorry, you are right. I just signed up over there yesterday and I just started receiving email from there. I know all my questions lately that have been littering this mailing list are about things more appropriate to the pd-dev but I just found out about the pd-dev yesterday. Alain On May 30, 2007, at 3:19 PM, Frank Barknecht wrote:
> Hallo, > > just a little reminder: For these kinds of C-programming oriented > developer questions we also have the [EMAIL PROTECTED] list. Maybe you > want to take over this discussion there. > > Ciao > -- > Frank > > [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] > wrote: > >> Mike, >> Can you tell me where I can read up on netsend. I have tried to >> follow your code but I still get a >> compile error. I tried this: >> #include "u_pdsend.h" >> char* host = "localhost"; >> int port = 8779; >> char* protocol = "tcp"; >> char str[1024]; >> Then I use pdsend_init(host, port, protocol); then I use it the >> way you do by: >> sprintf(str,"%d (%d,%d)", i, iMeanx, iMeany); >> pdsend_message(str); >> but I get this compile error: >> /usr/bin/ld: Undefined symbols: >> pdsend_init(char*, int, char*) >> pdsend_message(char*) >> collect2: ld returned 1 exit status >> Anyway I have been looking for instructions online without >> success. If you can point the way to a >> webpage that would be great. >> Alain >> _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
