Menu

#8 Replace ulong64 wrapper class with typedef

open
nobody
None
5
2006-06-09
2006-06-09
Hauke Duden
No

This multifile patch replaces the ulong64 and long64
wrapper classes with simple typedefs (as discussed here:
http://vcf-online.org/forums/index.php?showtopic=757
)

It also adds the VCF_LIT64 macro and a few utility
functions for accessing the high and low 32 bits of a
64 bit value.

It also fixes a few places in the library where methods
of the old wrapper class were used.

Finally, it fixes a couple of ambiguity errors that
were created by the transition to a typedef (one in the
Strings example, the other in the Color class).

Discussion

  • Hauke Duden

    Hauke Duden - 2006-06-09
     
  • kdmult

    kdmult - 2006-07-23

    Logged In: YES
    user_id=1280411

    Applied.

     

Log in to post a comment.