>> Should be HB_TRUE and HB_FALSE, since they are 
>> passed to hb_retl() which is a Harbour API.
>> 
>> 
>> 
>> 
>>> +      object->setProperty( prop, ( int ) listBlock.size() );
>>> +
>>> +      return HB_TRUE;
>>>   }
>>> +   return HB_FALSE;
>> 
>> Should be true and false, since the return value here 
>> is 'bool', plain C++ type.
>> 
>> [ There may be other mis-uses, but I hope you get the general idea. ]
>> 
> 
> Yes, I got it. Very subble difference.
> I will update in a while.

Thank you.

Brgds,
Viktor

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

Reply via email to