resource leak
I ...oh, never-mind.
James
resource leak
I just got referred here from my other post.
I will test this solution shortly.
The problem occurs with Harbour and MSVC
The problem does not occur with xHarbour (.com )
I only use DBF's, no ADO
TimStone wrote:I just got referred here from my other post.
I will test this solution shortly.
The problem occurs with Harbour and MSVC
The problem does not occur with xHarbour (.com )
I only use DBF's, no ADO
The problem is independent from Harbour/xHarbour and from ADO/DBF.
I have two builds from the same code.
The first is with xHarbour.com and it never locks up
The second is with Harbour/MSVC and it does have the problem.
The code is almost 100% identical ( except for a couple of functions Antonio had me add to the xHarbour version ).
Tim
Tim,
That is a perfect ocassion to use the low level Visual C debugger as I explained some days ago.
You could run your app from such debugger and when it crahs we could perfectly see the low level C calls stack, to get a much better idea whats going on
I want to do that but I've been really busy. The fix suggested in this thread seems to have resolved the problem. I let it sit idle for a couple of hours and it still worked fine. That likely is a change that needs to be implemented in the xHarbour build of the libs.
Tim
Friends,
I tested ribbon.prg after applying the fixes for the tmsgitem.prg suggested above.
Both with Harbour and xHarour the exe is not freezing.
Can other friends also take the trouble of testing and comfirm ?
nageswaragunupudi wrote:Friends,
I tested ribbon.prg after applying the fixes for the tmsgitem.prg suggested above.
Both with Harbour and xHarour the exe is not freezing.
Can other friends also take the trouble of testing and comfirm ?
Should this fix be applied to older versions of fwh, too ?
StefanHaupt wrote:Should this fix be applied to older versions of fwh, too ?
Is the fix now in the current 13.05 download?
James,
No, it is not and should be, so we are going to publish a revised FWH 13.05 version.
Thanks to all of you for your feedback and help ![]()
There is a revised FWH 13.05 (32 and 64) build already availables, thanks ![]()
Antonio,
Have you included tDatarow bugfixes?.
And xBrowse´s Font problema?.
Thanks.