Pelles C forum

Pelles C => Bug reports => Topic started by: aj on August 12, 2008, 10:56:58 PM

Title: Bug: Resizing bitmaps [getting 'doh]
Post by: aj on August 12, 2008, 10:56:58 PM
Quote
POIDE.EXE caused an 'Access violation' exception at address 67f52329.
I get this in the latest version of Pelles C when resizing a bitmap to zero width, and then increasing the width.

Not a big issue, and I guess it's a matter of "if (some_ptr != NULL)", to solve.
Title: Re: Bug: Resizing bitmaps [getting 'doh]
Post by: Pelle on September 23, 2008, 04:54:19 PM
...like the Doctor said - don't resize it to zero width then...  ;)

OK, I will look at it...