I'm not a windows person, but in SConstruct if getPlatform() != 'win32': commandOptions.Add('useUDP', 'Set to 0 if you do not want UDP support', '1') else: commandOptions.Add('useUDP', 'Set to 1 if you want UDP support', '0') that means no socksend opcodes for win32 tito On Sun, Mar 11, 2012 at 03:21:19PM -0500, Roger Kelly wrote: > The below opcode call produces a parse error on Windows 5.16. Same csound > file on Csound 5.10 on Linux is fine. > > > > > socksends aL, aR, "10.0.0.4", 8125,182 > > > error: syntax error, unexpected T_IDENT_A (token "aL") line 461: > > >>> > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" >