RE: createDIB
- Posted by "Philip D." <philip1987 at hotmail.com> Feb 05, 2003
- 423 views
uh... I never looked into deleteObject. Probably this is the problem. Thank you so much! I haven't tested it yet, but it sounds likely. I wish I would have gotten an error message box telling me this. Thank you! I hope it works. Philip D. Wolf wrote: > > 8 > > Philip D. > > Brian Broker wrote: > > > What do you get when you put > > > ? w32Func( GetLastError, {} ) > > > immediately after your call to createDIB? > ERROR_NOT_ENOUGH_MEMORY = 8, > Just a guess... > ... are you creating numerous bitmaps, *without* ever calling > deleteObject, to clear memory of the previous images? > >