b8b10faf919752fb67459746948f4b18d5d7afb2
* harbour/src/vm/strapi.c
* harbour/include/hbapistr.h
* modified syntax for hb_itemGetStr*() and hb_parstr*() functions as
suggested by Mindaugas. Now we have:
const char * hb_itemGetStr( PHB_ITEM pItem, void * cdp,
void ** phString, ULONG * pulLen );
const char * hb_itemGetStrUTF8( PHB_ITEM pItem,
void ** phString, ULONG * pulLen );
const HB_WCHAR * hb_itemGetStrU16( PHB_ITEM pItem, int iEndian,
void ** phString, ULONG * pulLen );
and:
const char * hb_parstr( int iParam, void * cdp,
void ** phString, ULONG * pulLen );
const char * hb_parstr_utf8( int iParam,
void ** phString, ULONG * pulLen );
const HB_WCHAR * hb_parstr_u16( int iParam, int iEndian,
void ** phString, ULONG * pulLen );
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%