[Harbour] Re: What wrong with this example ....Harbour + Qt + hbxbp ...

2010-04-10 Thread Pritpal Bedi
francesco perillo wrote: > > Pritpal can you please add a HB_TRACE on entering hbqt_gcAllocate_* > with bNew value ? > > This line will match the "closing" > HB_TRACE( HB_TR_DEBUG, ( "PTR_rel_*:Object not created with new()" > ) ); > that show up in the trace without the corresponding "

Re: [Harbour] Re: What wrong with this example ....Harbour + Qt + hbxbp ...

2010-04-10 Thread francesco perillo
Pritpal can you please add a HB_TRACE on entering hbqt_gcAllocate_* with bNew value ? This line will match the "closing" HB_TRACE( HB_TR_DEBUG, ( "PTR_rel_*:Object not created with new()" ) ); that show up in the trace without the corresponding "opening" Perhaps the text "Object not creat

[Harbour] Re: What wrong with this example ....Harbour + Qt + hbxbp ...

2010-04-10 Thread Shum
Thanks Pritpal Bedi , >If oDlg:destroy() is called just before RETURN statement, it does not GPF. It solve the exit GPF... >1. You are linking with -shared flag, so you need harbourmt21.dll alongside exe >2. If tst.exe is built with tgui.dll then it GPF's Yes GPF still there even copy the

[Harbour] Re: What wrong with this example ....Harbour + Qt + hbxbp ...

2010-04-10 Thread Pritpal Bedi
Pritpal Bedi wrote: > > 3. If tst.exe is build without tgui.dll, including its source in same > project, tst.exe works, >however, GPF at exit ( an issue we are onto resolving ) > If oDlg:destroy() is called just before RETURN statement, it does not GPF. And it must be called even as per Xb

[Harbour] Re: What wrong with this example ....Harbour + Qt + hbxbp ...

2010-04-10 Thread Pritpal Bedi
Shum wrote: > > 1.) Modify tst.prg and tgui.prg for remark "appevent.ch" > > 2.) tst1.hbp and btst1.bat is added for showing workable sample > > 3.) for the old version will showing the (dll and exe) not working error > please pay attention to tst.hbp as follow: > > The path (d:\10

[Harbour] Re: What wrong with this example ....Harbour + Qt + hbxbp ...

2010-04-10 Thread Shum
Hi All, Another version of the testing 1.) Modify tst.prg and tgui.prg for remark "appevent.ch" 2.) tst1.hbp and btst1.bat is added for showing workable sample 3.) for the old version will showing the (dll and exe) not working error please pay attention to tst.hbp as follow: T

[Harbour] Re: What wrong with this example ....Harbour + Qt + hbxbp ...

2010-04-10 Thread Shum
Hi Bruno, Please remakr the line of //include "appevent.ch" or remove it and please pay attention to the tst.hbp file The line -ld:\10\hprg\tgui.dll The path (d:\10\hprg\ should be the location of your disk and path of tgui.dll ) Shum http://n2.nabble.com/file/n4882289/PTST.ZI