Author Topic: code::blocks hangs at startup  (Read 46424 times)

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1811
Re: code::blocks hangs at startup
« Reply #30 on: Today at 10:06:29 am »
Thanks for testing. If this works then I will leave wxsresourcetree as is, because the change would be complex.

Probably works because wxsresourcetree uses cbLoadBitmap(), which calls wxImage::LoadFile() instead of wxBitmap::LoadFile().