[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Metrowerks CodeWarrior and 64bit data types
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Metrowerks CodeWarrior and 64bit data types |
Date: |
Mon, 23 Jun 2003 15:17:31 +0200 (CEST) |
> >not sure if anyone got back to you on this, but last i used 64 bit
> >on codewarrior (approx a year ago), it was for ints, and the data
> >type was "long long" (blech).
>
> That is correct - it is the standard data type for a 64bit long
> integer. Using only "int" would be a BAD idea since it wouldn't
> allow for the creation of a non-ambiguous source tree that would
> compile and run on all systems.
Thanks for the info; I've added 64bit support to ftconfig.h.
Werner