On Tue, 09 Feb 2010, Szak�ts Viktor wrote: Hi Viktor,
> BTW, we've been discussing it, but haven't finally > decided about HB_SIZE size. Should it be tied to > platform integer size, or we roll our own. Anyway > I agree to use what the platform offers. > So, what to finally aim for: HB_SIZE <- HB_MAXINT? HB_SIZE should have the same size 'void *' otherwise you will always have warnings in code like: HB_SIZE size = ptr1 - ptr2; It means that in WIN64 it has to be HB_LONGLONG and on other platform HB_LONG. It's exactly the same condition as for HB_PTRDIFF and HB_PTRUINT. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
