marco bra wrote:
>
> Unrecoverable error 6005: Exception SIGSEGV at address 0x61
> Called from HBQTUI:DESTROY(0) in ../../../THbQtUI.prg
> Called from IDEHARBOURHELP:DESTROY(248) in ideharbourhelp.prg
> Called from XBPWINDOW:DESTROY(0) in ../../../xbpwindow.prg
> Called from (b)XBPWINDOW_DESTROY
Pritbal with Harbour 2.1.0dev (Rev. 14023)
all is working i get error on closing app:
Unrecoverable error 6005: Exception SIGSEGV at address 0x61
Called from HBQTUI:DESTROY(0) in ../../../THbQtUI.prg
Called from IDEHARBOURHELP:DESTROY(248) in ideharbourhelp.prg
Called from XBPWINDOW:DESTROY(0) in
marco bra wrote:
>
> After Rev. 14006 i cannot open the Documentation frame i get a dialog
> error:
> i try to attach to this post.
>
Compile hbQT also.
-
enjoy hbIDEing...
Pritpal Bedi
_a_student_of_software_analysis_&_design_
--
View this message
2010/2/27 Pritpal Bedi
>
>
> marco bra wrote:
> >
> > aDir := directory( cRootPath + "*", "D" )
> >
> > file filter mask work on Linux Ubuntu 9.10.
> >
>
> Implemented.
>
>
>
> > BTW to populate the frame with doc contents i MUST restart hbide.
> >
>
> Implemented.
> Can you test after r14005 ?
>
marco bra wrote:
>
> aDir := directory( cRootPath + "*", "D" )
>
> file filter mask work on Linux Ubuntu 9.10.
>
Implemented.
> BTW to populate the frame with doc contents i MUST restart hbide.
>
Implemented.
Can you test after r14005 ?
-
enjoy hbIDEing...
2010/2/26 Pritpal Bedi
>
>
> Viktor Szakáts wrote:
> >
> > Why not simply with "*"?
> >
>
> I never tried only "*". To my absent mind
> it always sounded synonymous to "*.*".
> I will experiment with it today.
>
>
FYI the "*"
aDir := directory( cRootPath + "*", "D" )
file filter mask work on Li
Viktor Szakáts wrote:
>
> Why not simply with "*"?
>
I never tried only "*". To my absent mind
it always sounded synonymous to "*.*".
I will experiment with it today.
-
enjoy hbIDEing...
Pritpal Bedi
_a_student_of_software_analysis_&_design_
--
Vi
>
> > aDir := directory( cRootPath + "*.", "D" )
> >
> > to
> >
> > aDir := directory( cRootPath , "D" )
> >
> > make hbide loading the directory structure and the subdirs related docs
> > text
> > file are now showed.
> >
>
> So the culprit is "*." mask which, on Windows, maps to "Directories Only
marco bra wrote:
>
> Changing at row 1588
>
> aDir := directory( cRootPath + "*.", "D" )
>
> to
>
> aDir := directory( cRootPath , "D" )
>
> make hbide loading the directory structure and the subdirs related docs
> text
> file are now showed.
>
So the culprit is "*." mask which, on Window
Pritpal, some little debug as you can see below, i have put:
hbide_dbg (cRootPath)
and the len of result array "hbide_dbg (a_)" give me 0 length
Changing at row 1588
aDir := directory( cRootPath + "*.", "D" )
to
aDir := directory( cRootPath , "D" )
make hbide loading the directory structure
marco bra wrote:
>
> As a very first trying to debug the main variables and i never see the
> terminal output of:
>
> ?" -- *xxx " + cRootPath
>
> is this function called, or might by hbide redirect the standard output ?
>
>
>
> FUNCTION hbide_fetchSubPat
As a very first trying to debug the main variables and i never see the
terminal output of:
?" -- *xxx " + cRootPath
is this function called, or might by hbide redirect the standard output ?
FUNCTION hbide_fetchSubPaths( aPaths, cRootPath, lSubs )
LOCAL aD
marco bra wrote:
>
> "On Ubuntu 9.10 32 bits hbide recompiled with "hbmk2 hbide.hbp -rebuild"
> deleted the hbide.ini file"
>
> is wrong, must be read as
>
> "On Ubuntu 9.10 32 bits hbide recompiled with "hbmk2 hbide.hbp -rebuild",
> then i also deleted the hbide.ini file to get fresh hbide st
13 matches
Mail list logo