Adding justly, it did
Are in the world different people how do use the CVS?
- Code: Select all Expand view
#pragma BEGINDUMP
#include "hbapi.h"
#include "hbapiitm.h"
PHB_ITEM hb_itemPutCLConst( PHB_ITEM pItem, const char * szText, ULONG ulLen )
{
return hb_itemPutCL( pItem, szText, ulLen );
}
#pragma ENDDUMP