I have xharbour 0.99.60 and Fivewin 2.7. The following code produce an error :
Harbour Exception
Called from CDLG2CHR(0)
Called from TDIALOG:CTOCHAR(0)
Called from TDIALOG:ACTIVATE(0)
This has something to do with the length of the title string
Thank you
A.S.K
#include "fivewin.ch"
function main()
local oDlg
define dialog oDlg pixel ;
from 90,142 to 648,863 ;
title 'test'+replicate('0',190)
activate dialog oDlg
return nil