Sending a struct over TCP

BCS ao at pathlink.com
Thu Mar 8 15:10:30 PST 2007


Reply to SirErugor,

> BCS Wrote:
> 
>> Reply to Benjamin,
>> 
>> ftp://ftp.novell.uidaho.edu/public_html/netidl_0_12_sdk.zip
>> 
>> somewhere in there is a template that will suck up arrays (and arrays
>> of arrays, ...) and let you send them over the wire.
>> 
>> try running the program on a file like this
>> 
>> interface foo
>> {
>> void bar(char[] i);
>> void big(char[][] i);
>> }
>> I haven't looked at it for ages so I won't make any claims about how
>> well it will work.
>> 
> Thanks BCS,
> 
> But I cannot access the file? Not even as anonymous. Could you please
> either post the file here or send it to my email?  :-)
> 
> Cheers!
> 


Damb stupid firefox. No, wait, That was my bad. <g>

http://www.uidaho.edu/~shro8822/netidl_0_12_sdk.zip

That should work.




More information about the Digitalmars-d-learn mailing list