[Harbour] Different Behavior of BCC and Mingw

2009-05-30 Thread Sudip Bhattacharyya
Hi All, I use following code for Common Dialog boxes. When I call the functon CSaveFile() or COpenFile() compiled with BCC, it gives error, but runs fine when compiled with Mingw compiler. #pragma BEGINDUMP #include "windows.h" #include "hbapi.h" HB_FUNC( CSAVEFILE ) { OPENFILENAME ofn;

[Harbour] QT - Error Building Demos

2009-05-30 Thread Pritpal Bedi
Hello Viktor Off late I did not looked into QT and in the meantime you introduced a lot of changes in make system. Today: 1) make_gnu_bat clean 2) Make_gnu.bat install >log-%HB_COMPILER%.log 2>&1 3) Log files reported that build process went smooth. 4) I could see the new libs/bins in respectiv

Re: [Harbour] Updated: www.harbour-project.org & some ideias...

2009-05-30 Thread Vailton Renato
Updated index page on website do remove Sourceforge Awards icon because nominations have now been closed. Brgds, Vailton ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] dev -> rc1

2009-05-30 Thread Vailton Renato
> I vote for 1.5 or 2.0. Surely not 1.1. +1 Also I guess. Even our project has better documentation of how to download, compile and install, detailed examples of several new features and without telling the great support of hbmk2 ... This is a very good news for version 1.5/2.x Best regards, Vail

Re: [Harbour] Release packages: 1.1.0dev [20090530]

2009-05-30 Thread Massimo Belgrano
l > log-%HB_COMPILER%.txt 2>&1 2009/5/30 Viktor Szakáts > Hi All, > > I've updated the unified release to the latest Harbour version: > > http://www.syenar.hu/harbour/harbour-11-win-20090530.7z (36MB) > http://www.syenar.hu/harbour/harbour-11-win-20090530.exe

Re: [Harbour] Release packages: 1.1.0dev [20090530]

2009-05-30 Thread Jarosław Kądzioła
Hi Viktor, Saturday, May 30, 2009, 8:37:59 AM, you wrote: VS> Hi All, VS> I've updated the unified release to the latest Harbour version: VS> http://www.syenar.hu/harbour/harbour-11-win-20090530.7z (36MB) VS> http://www.syenar.hu/harbour/harbour-11-win-20090530.exe (38MB) V

[Harbour] HB_FILEMIMETYPE issue

2009-05-30 Thread Lorenzo Fiorini
HB_FILEMIMETYPE tries first to use "magics" and then look at the extension. Not binary files like css, javascript are always returned as "text/plain" due to the lines below in utils.c. I think they should be removed or the logic of detection should be fixed. Any comment? best regards, Lorenzo