1. RE: createDIB
- Posted by Brian Broker <bkb at cnw.com> Feb 04, 2003
- 429 views
What do you get when you put ? w32Func( GetLastError, {} ) immediately after your call to createDIB? -- Brian Philip D. wrote: > Can someone tell me all possible reasons why createDIB() is > returning 0 in my program? > > Philip D.
2. RE: createDIB
- Posted by "Philip D." <philip1987 at hotmail.com> Feb 04, 2003
- 432 views
8 Philip D. Brian Broker wrote: > What do you get when you put > > ? w32Func( GetLastError, {} ) > > immediately after your call to createDIB? > > -- Brian > > Philip D. wrote: > > Can someone tell me all possible reasons why createDIB() is > > returning 0 in my program? > > > > Philip D. > >
3. RE: createDIB
- Posted by "Philip D." <philip1987 at hotmail.com> Feb 05, 2003
- 424 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? > >