Re: Opening binary data from MSVS under linux

2008-02-12 Thread Douglas A. Tutty
On Tue, Feb 12, 2008 at 06:59:44PM +0200, Micha wrote: > Tried that at the time but it turns out that I'm just too used for linux (over > ten years windows free except for the last job :-(, anyway, turns out that I'm > just stupid or dumb, the file was written in text mode, where windows makes >

Re: Opening binary data from MSVS under linux

2008-02-12 Thread Micha
On Mon, 11 Feb 2008 10:54:18 -0800 Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > On Mon, Feb 11, 2008 at 05:34:16PM +, Tzafrir Cohen wrote: > > On Mon, Feb 11, 2008 at 12:28:19PM -0500, Douglas A. Tutty wrote: > > > On Mon, Feb 11, 2008 at 05:05:36PM +, Tzafrir Cohen wrote: > > > > On

Re: Opening binary data from MSVS under linux

2008-02-12 Thread Micha
On Tue, 12 Feb 2008 12:53:44 +0200 Micha <[EMAIL PROTECTED]> wrote: > On Mon, 11 Feb 2008 17:05:36 + > Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > > > On Mon, Feb 11, 2008 at 11:45:10AM -0500, Douglas A. Tutty wrote: > > > On Mon, Feb 11, 2008 at 06:05:08PM +0200, Micha wrote: > > > > I have a

Re: Opening binary data from MSVS under linux

2008-02-12 Thread Micha
On Mon, 11 Feb 2008 17:05:36 + Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > On Mon, Feb 11, 2008 at 11:45:10AM -0500, Douglas A. Tutty wrote: > > On Mon, Feb 11, 2008 at 06:05:08PM +0200, Micha wrote: > > > I have a stream of unsigned long numbers saved from visual studio (2005) > > > that I'm t

Re: Opening binary data from MSVS under linux

2008-02-11 Thread Andrew Sackville-West
On Mon, Feb 11, 2008 at 05:34:16PM +, Tzafrir Cohen wrote: > On Mon, Feb 11, 2008 at 12:28:19PM -0500, Douglas A. Tutty wrote: > > On Mon, Feb 11, 2008 at 05:05:36PM +, Tzafrir Cohen wrote: > > > On Mon, Feb 11, 2008 at 11:45:10AM -0500, Douglas A. Tutty wrote: > > > > On Mon, Feb 11, 2008

Re: Opening binary data from MSVS under linux

2008-02-11 Thread Tzafrir Cohen
On Mon, Feb 11, 2008 at 12:28:19PM -0500, Douglas A. Tutty wrote: > On Mon, Feb 11, 2008 at 05:05:36PM +, Tzafrir Cohen wrote: > > On Mon, Feb 11, 2008 at 11:45:10AM -0500, Douglas A. Tutty wrote: > > > On Mon, Feb 11, 2008 at 06:05:08PM +0200, Micha wrote: > > > > I have a stream of unsigned l

Re: Opening binary data from MSVS under linux

2008-02-11 Thread Douglas A. Tutty
On Mon, Feb 11, 2008 at 05:05:36PM +, Tzafrir Cohen wrote: > On Mon, Feb 11, 2008 at 11:45:10AM -0500, Douglas A. Tutty wrote: > > On Mon, Feb 11, 2008 at 06:05:08PM +0200, Micha wrote: > > > I have a stream of unsigned long numbers saved from visual studio (2005) > > > that > > > I'm trying t

Re: Opening binary data from MSVS under linux

2008-02-11 Thread Tzafrir Cohen
On Mon, Feb 11, 2008 at 11:45:10AM -0500, Douglas A. Tutty wrote: > On Mon, Feb 11, 2008 at 06:05:08PM +0200, Micha wrote: > > I have a stream of unsigned long numbers saved from visual studio (2005) > > that > > I'm trying to open under linux, but the format seems to be very strange > > (doesn't

Re: Opening binary data from MSVS under linux

2008-02-11 Thread Douglas A. Tutty
On Mon, Feb 11, 2008 at 06:05:08PM +0200, Micha wrote: > I have a stream of unsigned long numbers saved from visual studio (2005) that > I'm trying to open under linux, but the format seems to be very strange > (doesn't seem to be neither big endian nor little endian). For example, the > set > of

Opening binary data from MSVS under linux

2008-02-11 Thread Micha
I have a stream of unsigned long numbers saved from visual studio (2005) that I'm trying to open under linux, but the format seems to be very strange (doesn't seem to be neither big endian nor little endian). For example, the set of numbers 2, 288, 2624, 490 (or in hex 0x2 0x120, 0xA40, 0x1EA) come