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 NILAntonio 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
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
Hello Everybody
Here is the latest hbIDE at http://hbide.vouch.info/
This upload already hosts the auto_fwh.prg published by Antonio.
If your drive is C for FWH installation, you need not to set
any environment. Just create a project/source and build.
Here is the Changelog:
2010-07-06 00:51 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idebrowse.prg
* contrib/hbide/idedocks.prg
* contrib/hbide/ideplugins.prg
* contrib/hbide/idesaveload.prg
+ Implemented: drg/drop support in "Projects" tree.
Now you can drop .hbp project files onto it.
% Fixed: RTE when a table was being opened twice.
Now an alert message is flashed to this effect.
! Fixed: right-side dock widgets visibility behavior.
Before next clicked dock was hidden under the tabs and
user had to click again on the tab.
Pritpal,
Thanks! ![]()
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.
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.
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.
Pripal,
many thanks ![]()
Hello
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
Jaque
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
Êxecuse I mean "remove source " in the menupart "Project"
The item "Select Main Modul" is disabled