Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 May : "not enough storage is available to process this command"

www.cryer.info
Managed Newsgroup Archive

"not enough storage is available to process this command"

Subject:"not enough storage is available to process this command"
Posted by:"bw" (no.spam@no.spam)
Date:Thu, 11 May 2006 23:36:34 +1000

D2006

Running a delphi app with over 450,000 lines of code and recently users are
getting the following error:

"not enough storage is available to process this command"

traced it to where the code simply sets a bitmap size

aBitmap.height := y * 2;
aBitmap.width := x * 2;   <<< error happens here

can't find any specific solution

should i be increasing the stack size?


Bernard

Info

Glossary

Replies:

www.cryer.info
Managed Newsgroup Archive