- Code: Select all Expand view
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
DEFINE BUTTONBAR OF oWnd
DEFINE BUTTON;
OF oWnd:oBar
ACTIVATE WINDOW oWnd
RETURN NIL
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd
DEFINE BUTTONBAR OF oWnd
DEFINE BUTTON;
OF oWnd:oBar
ACTIVATE WINDOW oWnd
RETURN NIL
Antonio Linares wrote:Enrico,
Here it is working fine.
What errors do you get ? Thanks,
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 ?
Antonio Linares wrote:Enrico,
We have just done a fresh checkout from the Harbour svn, and your test code works fine here
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
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 66 guests