The Real Fasi wrote:Error BASE/1070 Argument error: ==
Called from (b)XBPMENUBAR_EXECSLOT(539)
Called from ASCAN(0)
Can you describe under what circumstances this happens ?
I cannot reproduce it any way.
The Real Fasi wrote:Error BASE/1070 Argument error: ==
Called from (b)XBPMENUBAR_EXECSLOT(539)
Called from ASCAN(0)
The Real Fasi wrote:Error DBCMD/1011 Alias already in use: ADR_100
Called from DBUSEAREA(0)
Called from IDEBROWSE:CREATE(846)
FUNCTION main( oIde )
hb_setEnv( "path", "c:\harbour\bin;c:\bcc582\bin" )
hb_setEnv( "HB_COMPILER", "bcc" )
hb_setEnv( "HB_USER_PRGFLAGS", "-iC:\FWH\Include" )
hb_setEnv( "HB_USER_LDFLAGS", "-LC:\FWH\Lib" )
hb_setEnv( "HB_USER_LIBS", "fiveh.lib fivehc.lib hbwin.lib" )
hb_setEnv( "HB_GUI", "1" )
RETURN NIL
Antonio Linares wrote:Using latest hbide.exe, I was able to automatically create a FWH app with this PRG in hbide\plugins\auto_fwh.prg
c:\hbide\plugins\auto_fwh.prg
- Code: Select all Expand view
FUNCTION main( oIde )
hb_setEnv( "path", "c:\harbour\bin;c:\bcc582\bin" )
hb_setEnv( "HB_COMPILER", "bcc" )
hb_setEnv( "HB_USER_PRGFLAGS", "-iC:\FWH\Include" )
hb_setEnv( "HB_USER_LDFLAGS", "-LC:\FWH\Lib" )
hb_setEnv( "HB_USER_LIBS", "fiveh.lib fivehc.lib hbwin.lib" )
hb_setEnv( "HB_GUI", "1" )
RETURN NIL
Antonio Linares wrote:It seems that with latest Harbour build we will have to change:
hb_setEnv( "HB_GUI", "1" )
with:
hb_setEnv( "HBMK_OPTIONS", "-gui" )
This is just a reminder
Also we could detect if File( "c:\FWH\whatsnew.txt" ) to know if FWH is installed and just apply the env settings in such case.
Antonio Linares wrote:It seems that with latest Harbour build we will have to change:
hb_setEnv( "HB_GUI", "1" )
with:
hb_setEnv( "HBMK_OPTIONS", "-gui" )
This is just a reminder
Also we could detect if File( "c:\FWH\whatsnew.txt" ) to know if FWH is installed and just apply the env settings in such case.
Antonio Linares wrote:Pritpal,
On a clean hbide installation, being the auto_fwh.prg script loaded, if I try to run the PRG it gets properly built but then hbide shows a message "No projects available" and does not execute the EXE
If I just open hbide.hbp then the above error goes away.
Jaque Morique wrote:is it possible "Remove from Project" has any functiion
When i install HBide all my Ini Files are overwriten
Can u setupprogramm make a backup before
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 44 guests