RE: Strange problems with binary file output: result of incorrect size

2004-06-16 Thread Simon Marlow
On 16 June 2004 01:07, Mike Aizatsky wrote: Simon, Sorry it was clearly my fault. I was quite sure I'm using the openBinaryFile, while I was using openFile. Turned out after several more hours of tough debugging. BTW, wouldn't it be better if there were text/binary output functions

RE: Strange problems with binary file output: result of incorrect size

2004-06-15 Thread Simon Marlow
On 11 June 2004 14:46, Mike Aizatsky wrote: Hello, I'm having strange problems with binary file output. In my application I'm preparing the [Word8], then doing just 4 operations: 1. openBinaryFile 2. newListArray from my list 3. hPutArray 4. file close Everything works ok till I

Re: Strange problems with binary file output: result of incorrect size

2004-06-15 Thread Mike Aizatsky
Marlow [mailto:[EMAIL PROTECTED] : , 15.06.2004 15:06 : Mike Aizatsky; [EMAIL PROTECTED] : RE: Strange problems with binary file output: result of incorrect size On 11 June 2004 14:46, Mike Aizatsky wrote: Hello, I'm having strange problems with binary file output. In my application I'm preparing