Re: Reading binary files to ascii - BOUNDARY.mcr (0/1)

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Bob Butler (tiredofit_at_nospam.com)
Date: 02/27/04


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"


Relevant Pages

  • Re: Reading binary files to ascii - BOUNDARY.mcr (0/1)
    ... > I know this is not a new subject, but the past threads I found were ... deleted from the server! ... You need to give us more of a clue. ...
    (microsoft.public.vb.general.discussion)
  • Re: What is a .dat file?
    ... there was binary data in it. ... I have discovered a clue that it is ... probably a Pervasive database file. ... > extension would be a common extension for a file that contains some data.. ...
    (microsoft.public.vb.database)