ActiveX memory leak - fixed!

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42560
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 32 times
Been thanked: 80 times
Contact:

ActiveX memory leak - fixed!

Post by Antonio Linares »

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: Select all | Expand


    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
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

Re: ActiveX memory leak - fixed!

Post by richard-service »

Hi Antonio,

Support any FWH version?


Regards,

Richard
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
Antonio Linares
Site Admin
Posts: 42560
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 32 times
Been thanked: 80 times
Contact:

Re: ActiveX memory leak - fixed!

Post by Antonio Linares »

Richard,

It is for FWH recent versions.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply