#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
DEFINE BUTTONBAR OF oWnd
DEFINE BUTTON;
OF oWnd:oBar
ACTIVATE WINDOW oWnd
RETURN NILEMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
DEFINE BUTTONBAR OF oWnd
DEFINE BUTTON;
OF oWnd:oBar
ACTIVATE WINDOW oWnd
RETURN NILEnrico,
Here it is working fine.
What errors do you get ? Thanks,
Antonio Linares wrote:Enrico,
Here it is working fine.
What errors do you get ? Thanks,
Do you want my EXE to test it there?
EMG
Enrico,
We have tested FWH 7.11 with Harbour svn 05 Nov, and it works fine. Its the one distributed with FWH 7.11.
So it has to be a change in Harbour since 05 Nov.
Do you get an error.log file ?
Antonio Linares wrote:Enrico,
We have tested FWH 7.11 with Harbour svn 05 Nov, and it works fine. Its the one distributed with FWH 7.11.
So it has to be a change in Harbour since 05 Nov.
Antonio Linares wrote:Do you get an error.log file ?
Enrico,
We have just done a fresh checkout from the Harbour svn, and your test code works fine here
Can I see the batch you are using to build Harbour?
EMG
Is this the latest changelog you see in your changelog file?
2007-11-07 01:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/filesys.c
* updated hb_fsTell() and hb_fsEof() to respect platform dependent
API calls used in hb_fsSeekLarge
EMG
This is the batch I'm using to build Harbour:
@ ECHO OFF
SET PATH=e:\bcc55\bin;e:\harbour cvs\harbour\bin\b32
SET C_USR=-DHB_FM_STATISTICS_OFF
SET PRG_USR=-l
CALL make_b32 clean
CALL make_b32
CD contrib\hbzlib
CALL make_b32 clean
CALL make_b32
CD ..\win32
CALL make_b32 clean
CALL make_b32
CD ..\adordd
CALL make_b32 clean
CALL make_b32
EMG
Enrico,
We name this makeb32.bat:
SET PATH=%PATH%;%DEVDRIVE%\bcc55\bin;%DEVDRIVE%\util
SET BISON_SIMPLE=%DEVDRIVE%\util\bison.simple
SET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_COMPAT_XHB -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER -DHARBOUR_MAIN_WIN -d -a8 -OS -O2 -5 -6
make_b32.bat %1
2007-11-07 01:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/filesys.c
* updated hb_fsTell() and hb_fsEof() to respect platform dependent
API calls used in hb_fsSeekLarge
Enrico,
I email you the most recent FWH Harbour libs, just to be sure we use the same files
Antonio Linares wrote:Enrico,
We have just done a fresh checkout from the Harbour svn, and your test code works fine here
Enrico,
Are you using the most recent FWH Harbour libs that I have emailed you ?
Antonio Linares wrote:Enrico,
We name this makeb32.bat:
SET PATH=%PATH%;%DEVDRIVE%\bcc55\bin;%DEVDRIVE%\util
SET BISON_SIMPLE=%DEVDRIVE%\util\bison.simple
SET CFLAGS=-D__EXPORT__ -DHB_GUI -tWM -DHB_COMPAT_XHB -DHB_FM_STATISTICS_OFF -DHB_INCLUDE_WINEXCHANDLER -DHARBOUR_MAIN_WIN -d -a8 -OS -O2 -5 -6
make_b32.bat %1
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland