[Harbour] Re: Harbour "random" GPFs

2010-05-04 Thread Pritpal Bedi
Heinz V Bergen wrote: > > Error occurs on the Return() of the function and all processes within were > completed successfully. The function creates Directories, copies files, > creates an FTP script, calls external RUN to PkZip and FTP and then erases > files and removes directories, thought may

[Harbour] Re: Harbour "random" GPFs

2010-05-04 Thread Pritpal Bedi
Heinz V Bergen wrote: > > Called from EXPORT(973) in ../BREXPORT.prg > Can you show the offending line code ? I suspect, you are executing the .exe from a different location other than it is intended to. Right ? Line # 973 in export.prg may provide us a clue. - enjoy hbIDEing...

Re: [Harbour] Re: Harbour "random" GPFs

2010-05-03 Thread Viktor Szakáts
>> The problem happens when >> contrib\hbqt\qtgui\HBQPlainTextEdit.cpp >> refers to: >> #include "../hbqt_hbqplaintextedit.h" >> >> so, when you modify the latter, you should >> manually force a rebuild on 'qtgui' lib, >> otherwise you will get crashes. [ IOW this >> is the 2nd case from m

[Harbour] Re: Harbour "random" GPFs

2010-05-03 Thread Pritpal Bedi
Viktor Szakáts wrote: > > The problem happens when >contrib\hbqt\qtgui\HBQPlainTextEdit.cpp > refers to: >#include "../hbqt_hbqplaintextedit.h" > > so, when you modify the latter, you should > manually force a rebuild on 'qtgui' lib, > otherwise you will get crashes. [ IOW this > is

Re: [Harbour] Re: Harbour "random" GPFs

2010-05-03 Thread Viktor Szakáts
Hi Pritpal, The problem happens when contrib\hbqt\qtgui\HBQPlainTextEdit.cpp refers to: #include "../hbqt_hbqplaintextedit.h" so, when you modify the latter, you should manually force a rebuild on 'qtgui' lib, otherwise you will get crashes. [ IOW this is the 2nd case from my original m

Re: [Harbour] Re: Harbour "random" GPFs

2010-04-29 Thread Viktor Szakáts
> In continuation... > > Whenever I change something in hbqt_hbqplainttextedit.h > ( for this matter it could be any .h in hbqt ), and compile/link > the application GPF certainly appears. > > But if I build clean hbqt, application behaves properly. > > So I suspect, because .h in hbQT are sub

[Harbour] Re: Harbour "random" GPFs

2010-04-29 Thread Pritpal Bedi
Pritpal Bedi wrote: > > And today I am the victim of this strange behavior. > Since morning I am struggling to locate where it does happen. > In continuation... Whenever I change something in hbqt_hbqplainttextedit.h ( for this matter it could be any .h in hbqt ), and compile/link the appli

[Harbour] Re: Harbour "random" GPFs

2010-04-28 Thread Pritpal Bedi
Viktor Szakáts wrote: > > Lately I mentioned having "random" GPFs with my live apps > since changing to Harbour r14336. I also mentioned they are > gone. This turned out not to be true, they are still present. > And today I am the victim of this strange behavior. Since morning I am strugglin