Este ejemplo construye bien:
Code: Select all | Expand
#include "FiveWin.ch"
function Main()
? Test()
return nil
#pragma BEGINDUMP
#include <hbapi.h>
HB_FUNC( TEST )
{
hb_retc( "Hello world" );
}
#pragma ENDDUMP
Searched query: falle
Code: Select all | Expand
#include "FiveWin.ch"
function Main()
? Test()
return nil
#pragma BEGINDUMP
#include <hbapi.h>
HB_FUNC( TEST )
{
hb_retc( "Hello world" );
}
#pragma ENDDUMP