NO

Author Topic: Bug: Resizing bitmaps [getting 'doh]  (Read 2574 times)

aj

  • Guest
Bug: Resizing bitmaps [getting 'doh]
« 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.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Bug: Resizing bitmaps [getting 'doh]
« Reply #1 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...

/Pelle