<br><br><div class="gmail_quote">On 15 January 2011 18:52, Henry Vermaak <span dir="ltr"><<a href="mailto:henry.vermaak@gmail.com">henry.vermaak@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 15 January 2011 17:52, Frank Church <<a href="mailto:vfclists@gmail.com">vfclists@gmail.com</a>> wrote:<br>
><br>
> Is there a FCL library that can be used to convert a large integer into<br>
> base64 format?<br>
<br>
</div>Do you know about the base64 unit?<br>
<font color="#888888"><br></font></blockquote><div><br><br>I have it working now, but I have noticed that if the length of string is not a multiple of 3, it crashes.<br><br>Is there a way of adapting a string with a length that is not a multiple of 3 to allow it to encode, but yet<br>
decode it back to the original string?<br><br>The other part is I want to pass the int64 in binary form.<br><br>Will a pointer to the integer and setting the length to copy to 8 be the right approach?<br><br>i.e <span style="font-style: normal;"><span style="font-size: medium;"><span style="color: rgb(0, 0, 0); font-family: Times New Roman; line-height: normal;"><pre style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Encoder<span style="color: rgb(128, 128, 48);">.</span>CopyFrom<span style="color: rgb(128, 128, 48);">(P^.Integer64Value</span><span style="color: rgb(128, 128, 48);">,</span> 8<span style="color: rgb(128, 128, 48);">)</span><span style="color: rgb(128, 0, 128);"></span><br>
<br>Of course the 8 will generate an error.<br></pre></span></span></span><br><br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<font color="#888888">
Henry<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>