Hi All,
solved via header files.
(I think that is the right way)
Best regards
Francesco
Il 08/11/2008 17.08, Francesco Saverio Giudice ha scritto:
Hi all,
is there an equivalent of syntax of:
___
Harbour mailing list
Harbour@harbour-project.org
h
Hi all,
is there an equivalent of syntax of:
HB_FUNC( AFUNCTION )
{
HB_FUNC_EXEC( ANOTHERFUNCTION );
}
for pure C functions like
void XGUI_ToOutDebug( const char * sTraceMsg, ... )
{
hb_ToOutDebug( const char * sTraceMsg, ... );
}
or the only way is to define an header file with
#def