<div dir="ltr"><div class="gmail_extra">On Mon, Jan 7, 2013 at 4:45 PM, Peter Enerccio <span dir="ltr"><<a href="mailto:enerccio@gmail.com" target="_blank">enerccio@gmail.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, I am trying to use SB-BSD-SOCKETS in ecl, however, since there is no documentation about that, I am using documentation on SBCL webpage (which is supposed to be the same for sockets), however, SOCKET-SEND according to help on sbcl webpage can accept string as buffer, however, this method is failing for me in ecl:</blockquote>

</div><br>Most likely this is due to the fact that the string is not a base-string, but a unicode-string. In that circumstance the C routine cannot cope with the buffer pointer and the FFI refuses to perform the appropriate C call.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra" style>I am not sure how to proceed on this.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>

c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a>
</div></div>