Though my apps are very GUI using HMG I don't seem to be able to get anything to print\display to the console. I have tried these commands in various combinations with no luck.
#include 'hmg.ch'
#include 'simpleio.ch'
#include 'hbrddsql.ch'
function main(cParam)
Set Printer OFF
SET DEVICE TO SCREEN
Set Console ON
? "Hello World!"
?? "Hello World!"
qOut("qOut")
qqOut("qqOut")
OutStd("OutStd")
OutErr("OutErr")
return