Can you describe under what circumstances this happens ?The Real Fasi wrote: Error BASE/1070 Argument error: ==
Called from (b)XBPMENUBAR_EXECSLOT(539)
Called from ASCAN(0)
I cannot reproduce it any way.
Can you describe under what circumstances this happens ?The Real Fasi wrote: Error BASE/1070 Argument error: ==
Called from (b)XBPMENUBAR_EXECSLOT(539)
Called from ASCAN(0)
This is also a baffling one.The Real Fasi wrote: Error DBCMD/1011 Alias already in use: ADR_100
Called from DBUSEAREA(0)
Called from IDEBROWSE:CREATE(846)
Code: Select all
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
Cool.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.prgCode: Select all
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
Done.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.
Here is the latest contents in "auto_fwh.prg"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.
Thanks for the bug.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.
"Remove from Project" ? Can you explain what you want ?Jaque Morique wrote: is it possible "Remove from Project" has any functiion
hbIDE only writes latest settings on _EXIT_ only.When i install HBide all my Ini Files are overwriten
hbIDE Setup does nothing with .ini( s ). It is hbIDE itself which re-writes it at exit.Can u setupprogramm make a backup before