Re: Reading binary files to ascii - BOUNDARY.mcr (0/1)
From: Bob Butler (tiredofit_at_nospam.com)
Date: 02/27/04
- Next message: Rick Rothstein: "Re: Reading binary files to ascii - BOUNDARY.mcr (0/1)"
- Previous message: Bob Butler: "Re: my application uses 100% cpu"
- In reply to: James Maeding: "Reading binary files to ascii - BOUNDARY.mcr (0/1)"
- Next in thread: Rick Rothstein: "Re: Reading binary files to ascii - BOUNDARY.mcr (0/1)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Feb 2004 09:42:55 -0800
"James Maeding" <jmaeding@nettaxi.com> wrote in message
news:2nsu309v9egjl180t716ar4ch9i5obbv48@4ax.com
> I know this is not a new subject, but the past threads I found were
> deleted from the server! I have lots of files produced by a c
> programmer, the files are binary and contain ascii type data (not an
> image or something). Example file attached.
> I need to read the file in VB and save as ascii. Its the reading
> part that stumps me. There must be a component to do this.
Do you have any clue what the data is? I took a quick look and I'd guess
that it starts with 2 32-bit integers (5 and 8) and then the word "BOUNDARY"
and then a whole lot of other binary data that doesn't jump out immediately
as anything meaningful. If you have some clue what is being written it may
be possible to reverse-engineer the format.
-- Reply to the group so all can participate VB.Net... just say "No"
- Next message: Rick Rothstein: "Re: Reading binary files to ascii - BOUNDARY.mcr (0/1)"
- Previous message: Bob Butler: "Re: my application uses 100% cpu"
- In reply to: James Maeding: "Reading binary files to ascii - BOUNDARY.mcr (0/1)"
- Next in thread: Rick Rothstein: "Re: Reading binary files to ascii - BOUNDARY.mcr (0/1)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|