Error adentro de XA_FUNC( SQLGETVALUE ) compilando con xailer 3 harbour
Publicado: Jue May 08, 2014 6:58 am
dá un error en esta línea, ese hb.set
wDec = ( HB_ISNUM( 5 ) ? hb_parni( 5 ):hb_set.HB_SET_DECIMALS )
Compilando OdbcDataSource.prg...
C:ProyectoAILibSourceOdbcDataSource.prg:739:54: error: 'hb_set'
undeclared (first use in this function)
C:ProyectoAILibSourceOdbcDataSource.prg:739:54: note: each
undeclared identifier is reported only once for each function it appears in
1 Files, 1 Warnings, 1 Errors
Tiempo de compilación: 0.61s Tiempo de enlazado: 0s Tiempo total: 0.69s
tiene que ver con este comentario de la wiki
Sustituir hb_SetCodePage() por hb_CdpSelect(). Se detecta al enlazar
muchas gracias
wDec = ( HB_ISNUM( 5 ) ? hb_parni( 5 ):hb_set.HB_SET_DECIMALS )
Compilando OdbcDataSource.prg...
C:ProyectoAILibSourceOdbcDataSource.prg:739:54: error: 'hb_set'
undeclared (first use in this function)
C:ProyectoAILibSourceOdbcDataSource.prg:739:54: note: each
undeclared identifier is reported only once for each function it appears in
1 Files, 1 Warnings, 1 Errors
Tiempo de compilación: 0.61s Tiempo de enlazado: 0s Tiempo total: 0.69s
tiene que ver con este comentario de la wiki
Sustituir hb_SetCodePage() por hb_CdpSelect(). Se detecta al enlazar
muchas gracias