FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ActiveX memory leak - fixed!
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
ActiveX memory leak - fixed!
Posted: Mon Apr 06, 2009 07:56 AM
There was a memory leak in Class TActiveX. It has been detected and fixed :-)

Next FWH build will include this fix.

In Class TActiveX this new Method has to be included:

Code (fw): Select all Collapse
    METHOD Destroy() INLINE ActXEnd( ::hActiveX ), Super:Destroy()


And replace this module in FiveHCM.lib (Microsoft):
http://www.mediafire.com/?sharekey=414c ... 6e282a0ee8

Or this module in FiveHC.lib (Borland):
http://www.mediafire.com/?sharekey=414c ... 8114394287
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
Re: ActiveX memory leak - fixed!
Posted: Mon Apr 06, 2009 04:01 PM

Hi Antonio,

Support any FWH version?

Regards,

Richard

Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: ActiveX memory leak - fixed!
Posted: Mon Apr 06, 2009 06:23 PM

Richard,

It is for FWH recent versions.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion