Keiko Nakata wrote: > Why do you not make your unsigned int64 an abstract type (to make sure > singed and unsigned int64 won't be mixed up)? > Well, since I don't use singed int64 in my code, this is not a problem for me though. Keiko