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
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...
>> 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
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
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
> 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
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
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