Przemek, The following means that we have to make at least our field names NON unique as we did with clipper? As an example we have more than 300 dbf tables with more than 85000 fields. In clipper we've the same field names for all databases to overcome this limit.
Maximal number of symbols is 65535. Over this limit HVM will crash. Maximal amount of memory allocated for new symbols is: 65535 * (16 + 12 + 5 + symbolnamelen) All symbols used by your code explicitly (functions, function calls, aliases, memvars know during compilation) are registered at application startup without allocating additional memory for HB_SYMB structure because they are used directly from symbol table generated at the beginning of compiled .prg code. You can see it in generated .c files. HTH best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
