Since I updated to FWH 10.9, a GPF occurs when an error occurs.
After analysing the problem, I found out that the GPF occurs in this sentence in ERRSYSW.PRG :
- Code: Select all Expand view
- cErrorLog += " Hardware memory: " + ;
cValToChar( Int( nExtMem() / ( 1024 * 1024 ) ) + 1 ) + ;
" megs" + CRLF
Anyone any idea what is wrong ?
Thank you very much in advance for any help.