On Fri, 25 Sep 2009, Szak�ts Viktor wrote: Hi,
> Shouldn't we add memory allocation functions which > are able to allocate memory of 64-bit size? We have it: hb_xgrab() ;-) In all platforms except Win64 'long' is large enough to hold pointer. Over ten years ago looking at Win API I said that MS will have horrible problems introducing 64bit support. 32bit 'long' in Win64 is side effect of bad very design decisions which should not happen in such big firm but it does not resolve the problem for us. I think that we can add such function when we will work on new types. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
