Probably you haven't set GTGUI as your default GT driver.
Add to your souce code:
ANNOUNCE HB_GTSYS // disable linking default GT driver
REQUEST HB_GT_GUI_DEFAULT // force linking GTGUI and set it as default
and then for test:
Tone( 100, 3 )
Tone( 200, 2 )
Tone( 300, 1 )
MessageBox( hb_gtVersion() + ": " + hb_gtVersion(1) )
BTW HWGUI should have it's own GT driver which will support such
functionality (it can inherit from GTGUI) and redirect some GT output
to some active window(s). In such way it will be possible to used
Clipper standard output functions.
I will get back to you. For some reason my test app (which uses same
linking framework as my other applications) now gives me:
link alert2.exe
hbrtl.lib(gtsys.obj) : error LNK2001: unresolved external symbol
_HB_FUN_HB_GT_WIN
alert2.exe : fatal error LNK1120: 1 unresolved externals
make: *** [alert2.exe] Error 1120
Regards
Alex
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour