On Mon, 05 May 2008, Mike Evans (Gmail) wrote: Hi Mike,
> I think that Blinker overcome this limit using a separate 64Kb segment for > static variables. Does (x)Harbour use the same technique; HVM stores static variables in separated array and maximal number of static variables is the same as maximal array size. In Windows it's 2^32 in *nixes it depends on platform. On 32bit architectures it's 2^32 on 64 bit architectures it's 2^64. In Clipper Blinker can enlarge the size of dynamic symbol table but it's still much smaller then the table used by HVM. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
