Przemek:

>> g) Why Clipper and Harbour show different ? :
>>      SET( _SET_MBLOCKSIZE )         64
>>      SET( _SET_MBLOCKSIZE )         0
>>   It must be fixed ?

>0 means use RDD default. 64 for FPT and 32 for SMT.

Along years we know that but reference may vary

For example, in Clipper 5.3 DBFCDX memo block is 32 bytes by default for FoxPro compatibility (I am reading from Clipper 5.3 handbook), and later in 5.3a, ... moved to 64 bytes to follow FoxPro movement
ADS followed FoxPro and used 64 bytes

But as today SET( _SET_MBLOCKSIZE ) return 64 in Clipper 5.3a and return 0 in Harbour

This old Clipper code of my friend does not apply in Harbour:
 IF SET( _SET_MBLOCKSIZE )<> 64
   SET( _SET_MBLOCKSIZE, 64 )


David Macias


_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to