Extract double in binary file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis Lee Bieber

    #16
    Re: Extract double in binary file

    Bengt Richter fed this fish to the penguins on Tuesday 02 December 2003
    14:17 pm:
    [color=blue]
    > According to an old MASM 5.0 programmer's guide, there was a Microsoft
    > Binary format for encoding real numbers, both short (32 bits) and long
    > (64 bits).
    >[/color]
    You mean after all this, all we've done is reverse engineer a
    Microsoft floating-point (software library) format?! <G>

    --[color=blue]
    > =============== =============== =============== =============== == <
    > wlfraed@ix.netc om.com | Wulfraed Dennis Lee Bieber KD6MOG <
    > wulfraed@dm.net | Bestiaria Support Staff <
    > =============== =============== =============== =============== == <
    > Bestiaria Home Page: http://www.beastie.dm.net/ <
    > Home Page: http://www.dm.net/~wulfraed/ <[/color]

    Comment

    • Pascal

      #17
      Re: Extract double in binary file

      Thanks a lot!

      Comment

      • Pascal

        #18
        Re: Extract double in binary file

        Thanks a lot!

        Comment

        Working...