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;
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
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
> 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
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
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
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