Code: Select all
Call LogWindow( SalCreateWindow( frm1, hWndNULL ) )
This will crash TD63
As workaround for now, do this:
Code: Select all
Set hWndWindow = SalCreateWindow( frm1, hWndNULL )
Call LogWindow( hWndWindow )
PS. Tested this on TD63 RTM and TD63 UPD1r. The issue is introduced in UPD1r and not present in RTM version.