Hello all,
I need make one function in FWH that transfer one data of type Hexadecimal to one function in xHarbour,
I traid it:
then... COMANDOCEM("65")
My question is: "65" when i send to function COMANDOCEM is type string?
what i do to send "65" like Hexadecimal?
I need make one function in FWH that transfer one data of type Hexadecimal to one function in xHarbour,
I traid it:
HB_FUNC ( COMANDOCEM ){
char *mensaje = hb_parcx( 01 );then... COMANDOCEM("65")
My question is: "65" when i send to function COMANDOCEM is type string?
what i do to send "65" like Hexadecimal?