Hearing, as I can export a variable from a routine application of C to Clipper
I want to do the same thing:
USE MYTABLE
? MYCAMPO1
but:
fMyFunc_C ()
? MYCAMPO1
where:
# Pragma BEGINDUMP
HB_FUNC (fMyFunc_C)
{
char MYCAMPO1 = 'HELLO';
}
# Pragma ENDDUMP
That fMyFunc to invoke () function is initialized and recognize the variable MYCAMPO1