1. createDIB
- Posted by "Philip D." <philip1987 at hotmail.com> Feb 03, 2003
- 464 views
Can someone tell me all possible reasons why createDIB() is returning 0 in my program? Philip D.
2. Re: createDIB
- Posted by Derek Parnell <ddparnell at bigpond.com> Feb 04, 2003
- 450 views
On Mon, 3 Feb 2003 23:22:36 +0000, Philip D. <philip1987 at hotmail.com> wrote: > > Can someone tell me all possible reasons why createDIB() is returning 0 > in my program? No. -- cheers, Derek Parnell
3. Re: createDIB
- Posted by Wolf <wolfritz at KING.IGS.NET> Feb 04, 2003
- 441 views
> 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?
4. Re: createDIB
- Posted by Derek Parnell <ddparnell at bigpond.com> Feb 05, 2003
- 451 views
On Wed, 5 Feb 2003 01:58:54 +0000, Philip D. <philip1987 at hotmail.com> wrote: > > 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. > Ok, ok, ok. I get the hint.. -- cheers, Derek Parnell