2009-06-25 13:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbxbp/tests/demoxbp.prg
    ! Fixed the same warning again.
    * Changed to actually close the window when using close icon
      or Alt+F4.
    ; Thanks Priptal for the close fix, GPF is now gone.

  * mpkg_gnu.bat
    ! Using shorter temp dir names to make DOS command.com happy,
      so that it copies all libs with a little more chance.
      It's recommended to use a short base dir for DOS builds.
This commit is contained in:
Viktor Szakats
2009-06-26 11:53:20 +00:00
parent c9d98f5be8
commit d4e0e04f3a
3 changed files with 15 additions and 3 deletions

View File

@@ -17,6 +17,18 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-25 13:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbxbp/tests/demoxbp.prg
! Fixed the same warning again.
* Changed to actually close the window when using close icon
or Alt+F4.
; Thanks Priptal for the close fix, GPF is now gone.
* mpkg_gnu.bat
! Using shorter temp dir names to make DOS command.com happy,
so that it copies all libs with a little more chance.
It's recommended to use a short base dir for DOS builds.
2009-06-25 13:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbfimage/fi_wrp.c
* contrib/hbgd/gdwrp.c

View File

@@ -71,7 +71,7 @@ PROCEDURE BuildADialog()
/* Create Application Window */
oDlg := GuiStdDialog( 'Harbour - Xbase++ - QT Dialog [ Press "Q" to Exit ]' )
oDlg:close := {|| MsgBox( 'You can also close me by Pressing "Q"' ), .f. }
oDlg:close := {|| MsgBox( 'You can also close me by Pressing "Q"' ), .T. }
SetAppWindow( oDlg )
@@ -675,7 +675,7 @@ FUNCTION Build_TreeView( oWnd )
WorkAreaInfo( oTree, i )
NEXT
RETURN
RETURN nil
** Build the tree structure for a work area

View File

@@ -30,7 +30,7 @@ if not "%OS%" == "Windows_NT" goto END
setlocal
rem ; Dir setup
set HB_INSTALL_BASE=%~dp0_hbinst
set HB_INSTALL_BASE=%~dp0_pk
set HB_INSTALL_PREFIX=%HB_INSTALL_BASE%\_w
set HB_BIN_INSTALL=
set HB_LIB_INSTALL=