Harbour being ported to Windows 8 WinRT
Posted: Sun Sep 30, 2012 10:12 am
Here we are
test.prg
viewtopic.php?f=17&t=24913&p=135473#p135473
test.prg
- Code: Select all Expand view
- function Main()
return nil
function Another()
Test( Version() )
return nil
#pragma BEGINDUMP
#include <hbapi.h>
void MsgInfo( char * );
HB_FUNC( TEST )
{
MsgInfo( hb_parc( 1 ) );
}
#pragma ENDDUMP
viewtopic.php?f=17&t=24913&p=135473#p135473