CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 156

Threaded View

  1. #11
    Join Date
    Oct 2013
    Posts
    63

    Re: Read binary file with line delimeter

    Thanks one more time 2kaud.

    I've tested, compiles without errors, but is not printing the content of the blocks, I only receive this.

    Code:
    V[0]=vEJXXYW1_D1211308071344S dE‰4Uÿw
    This is the interpreted content before the first delimiter "ff77". I'm not sure what is happens. Maybe is not reading literally the bytes and because of that is not finding the FF77.

    When I see in an hex editor, the first 64 bytes are the following:
    Code:
    76454a58585957315f44313231313330
    38303731333434065320644501893455
    ff7700000153206445018934550f8147
    4549232fffff0015000a4800015a0002
    Last edited by Philidor; October 12th, 2013 at 04:50 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured