FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Antonio: BUG in Treg32?
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Antonio: BUG in Treg32?
Posted: Mon Jul 12, 2010 10:00 PM
With the new FWH 10/6 and bcc582 the programm hangs with a call to treg32:getbinary() and uses 50% from resources. I change the code to the following:

Code (fw): Select all Collapse
METHOD GetBinary( cSubKey ) CLASS TReg32

   local cBuffer:="", nLen := 0 , nType := 0

   ::nError := RegQueryValueEx( ::nHandle, cSubkey, @nType, @cBuffer, @nLen )
   if ::nError != ERROR_SUCCESS
    cBuffer := ""
   endif

return cBuffer
Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Antonio: BUG in Treg32?
Posted: Fri Aug 06, 2010 11:04 AM

Antonio, have you seen this?

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Antonio: BUG in Treg32?
Posted: Mon Aug 16, 2010 10:42 AM

byte-one

Already changed to next version

Thanks

Continue the discussion