[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-28 Thread Pritpal Bedi
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

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-28 Thread marco bra
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

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread Pritpal Bedi
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

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
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 ? >

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread 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 ? - enjoy hbIDEing...

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
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

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread 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. - enjoy hbIDEing... Pritpal Bedi _a_student_of_software_analysis_&_design_ -- Vi

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread Viktor Szakáts
> > > 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

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread Pritpal Bedi
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

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-26 Thread marco bra
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

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-25 Thread Pritpal Bedi
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

Re: [Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-25 Thread marco bra
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

[Harbour] Re: SF.net SVN: harbour-project:[13985] trunk/harbour

2010-02-25 Thread Pritpal Bedi
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