FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in fwerror.prg (Solved, not a bug)
Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
Bug in fwerror.prg (Solved, not a bug)
Posted: Sat Feb 04, 2012 02:29 PM
Antonio,

please add the missing r's:
Windows 11 Pro 22H2 22621.1848

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Harbour 3.2.0dev (r2008190002)

FWH 23.10 x86
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in fwerror.prg
Posted: Sat Feb 04, 2012 07:16 PM

Frank,

That code was for Clipper, not for Harbour.

In fact we can remove the Clipper part and leave it this way:

function __LowMemError()

return Eval( ErrorBlock(), _FWGenError( MEMORYLOW_ERROR ) )

//----------------------------------------------------------------------------//

function _FWGenError( nError, cOperation )

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
Re: Bug in fwerror.prg (Solved, not a bug)
Posted: Sat Feb 04, 2012 08:19 PM

Antonio,

ok, I agree.

I was looking after the 'nExtMem()' crash and saw the missing r's, so at first I thought that was the reason, but obviously it wasn't!

Thank you for clarification

Windows 11 Pro 22H2 22621.1848

Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384

Harbour 3.2.0dev (r2008190002)

FWH 23.10 x86

Continue the discussion