Hi Pritpal,
If you make such output parsing, make sure to always
use '-lang=en' option when calling hbmk2, otherwise
it won't work in localized (Portuguese and Hungarian
currently) environments.
I've added -width= option, so if you now use it also
when calling hbmk2 ('-width=999' f.e.), it wo
Hello Viktor
Currenly I employ the method below to pull executable path
from compile/link process:
IF ::lLaunch
cTmp := ::oOutputResult:oWidget:toPlainText()
cExe := ""
IF empty( cExe )
cTkn := "hbmk2: Linking... "
IF ( n := at( cTkn, cTmp ) ) > 0