2011-09-27 20:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbqt/gtqtc/gtqtc.cpp
    ! deleted unused static function shown by new mingw version.

  * INSTALL
    * mingw 4.6.1 is OK for Harbour.
    ; I didn't test the 64-bit version in 32-bit mode, I hope
      someone will, maybe it has the float precision fixed and
      it can become recommended version for both x86 and x64
      mingw builds.
This commit is contained in:
Viktor Szakats
2011-09-27 18:07:23 +00:00
parent b6362cb223
commit bb4446f3cf
3 changed files with 12 additions and 10 deletions

View File

@@ -16,6 +16,17 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-09-27 20:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/gtqtc/gtqtc.cpp
! deleted unused static function shown by new mingw version.
* INSTALL
* mingw 4.6.1 is OK for Harbour.
; I didn't test the 64-bit version in 32-bit mode, I hope
someone will, maybe it has the float precision fixed and
it can become recommended version for both x86 and x64
mingw builds.
2011-09-27 19:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/RELNOTES
* INSTALL

View File

@@ -1486,7 +1486,7 @@ HARBOUR
C/C++ Compilers/Shells:
MinGW/MinGW-64 [win, *nix, free, open-soource]
http://tdm-gcc.tdragon.net/, http://sourceforge.net/projects/tdm-gcc/ (unofficial, recommended) [NOTE: 4.5.1 is broken, 4.5.2 OK, for x64 see the official release]
http://tdm-gcc.tdragon.net/, http://sourceforge.net/projects/tdm-gcc/ (unofficial, recommended) [NOTE: 4.5.1 is broken, 4.5.2, 4.6.1 OK, for x64 see the official release]
http://www.mingw.org/, http://sourceforge.net/projects/mingw/ (official 32-bit, MSYS home, broken as of 4.5.0-1)
http://mingw-w64.sourceforge.net/, http://sourceforge.net/projects/mingw-w64/ (official 64-bit, MSYS home)
http://nuwen.net/mingw.html (unofficial)

View File

@@ -330,15 +330,6 @@ static void hb_gt_wvt_QUpdateCaret( PHB_GTWVT pWVT )
}
}
static void hb_gt_wvt_QKillCaret( PHB_GTWVT pWVT )
{
if( pWVT->CaretExist )
{
pWVT->qWnd->_drawingArea->destroyCaret();
pWVT->CaretExist = HB_FALSE;
}
}
/*
* functions for handling the input queues for the mouse and keyboard
*/