David,
El error era "hb_xrealloc can't reallocate memory" ?
Function Main()
LOCAL cText1 := Space( 1024 * 1024 ) //-> 1,048,576 kBytes
LOCAL cText2 := Space( 1024 * 1024 ) //-> 1,048,576 kBytes
LOCAL cText3 := Space( 1024 * 1024 ) //-> 1,048,576 kBytes
LOCAL cText4 := Space( 1024 * 1024 ) //-> 1,048,576 kBytes
LOCAL cResult
cResult := LEN(cText1) + LEN(cText2) + LEN(cText3) + LEN(cText4)
? len(cText1)
? len(cText2)
? len(cText3)
? len(cText4)
MsgInfo( ( "mas de 2 gigas: ", cResult ), "Resultado" )
Return Nil
Antonio Linares wrote:David,
El error era "hb_xrealloc can't reallocate memory" ?
oPrn:cmSay( 4,10,strcapfirst(xDatos),oFont3 )
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: carlos vargas and 77 guests