We fixed it by added a proper fuelNextWordsInto: but it's all a bit a mess 
there.
And IMO there are quite random conversion going on between word and byte 
objects which are far from obvious.

Furthermore I think it would be nice (and efficient) to replace the endianness 
conversion with some little nativeboost code. Relying on BitMap/Form and BitBlt 
to get that job done is highly confusing :/

On 2013-05-13, at 17:05, Mariano Martinez Peck <marianop...@gmail.com> wrote:
> I had a similar problem when using Monticello with regular HTTP
> repository....I was not able to write literal widestrings as part of the
> source. In other words, if the compiled method would get a WideString as
> part of its literals, there was a problem with Monticello....
> I can search the thread if you want...
> 
> best,
> 
> 
> On Sun, May 12, 2013 at 11:03 AM, Hilaire Fernandes <
> hilaire.fernan...@gmail.com> wrote:
> 
>> Hello,
>> 
>> I am using FTP Client to save xml file.
>> Some of these files may be WideString, in that case the FTP Client
>> fails. I got a ByteArray(Object)>>errorImproperStore
>> 
>> The code snippet to save is like this (client is ftp client)
>> readonlyStream := ReadStream  on: stream contents.
>> client putFileStreamContents: readonlyStream as: aFilename
>> 
>> If I convert the content to ByteArray, in that case file is x4 times
>> greater, which should not be the case.
>> 
>> 
>> Enclosed PharoDebug
>> 
>> Thanks
>> 
>> Hilaire
>> 
>> 
>> --
>> Dr. Geo http://drgeo.eu
>> 
> 
> 
> 
> -- 
> Mariano
> http://marianopeck.wordpress.com


_______________________________________________
Pharo-users mailing list
Pharo-users@lists.pharo.org
http://lists.pharo.org/mailman/listinfo/pharo-users_lists.pharo.org

Reply via email to