User forums > General (but related to Code::Blocks)

multilib mingw-w64 TDM compiler

<< < (9/11) > >>

reckless:
wxBitmap.IsOk() kept comming up with a trace to an existing image, but i could get around that by selecting cancel, was a bit annoying though.

So i started looking up if anyone else was running into that problem, and found a thread on the WxWidgets forum pointing out that you need to initialize all the image handlers first to avoid that assert.

ollydbg:

--- Quote from: reckless on October 11, 2017, 09:35:18 am ---wxBitmap.IsOk() kept comming up with a trace to an existing image, but i could get around that by selecting cancel, was a bit annoying though.

So i started looking up if anyone else was running into that problem, and found a thread on the WxWidgets forum pointing out that you need to initialize all the image handlers first to avoid that assert.

--- End quote ---
I don't see this issue (mingw-build gcc 5.4 32bit compiler + wx3.1 release (with this patch applied #17483 (wxDynamicCast segfault with mingw64 5.3.0 release build) – wxWidgets + codeblocks svn head)

EDIT: I normally only build the core plugins, so you issue may caused by the contributed plugins.

reckless:
Cant rule it out, but atleast it works for me now :)
the old wxwidget-2.8 build has worked like a charm, a native 64 bit build does have its advantages though, but untill now i had problems with it, so im happy :)

reckless:
built wx monolithic both old 2.8 and 32 / 64 bit versions of wx 3.0.0, so it works now :)

oBFusCATed:

--- Quote from: reckless on October 11, 2017, 09:35:18 am ---wxBitmap.IsOk() kept comming up with a trace to an existing image, but i could get around that by selecting cancel, was a bit annoying though.

So i started looking up if anyone else was running into that problem, and found a thread on the WxWidgets forum pointing out that you need to initialize all the image handlers first to avoid that assert.

--- End quote ---
Please post the backtrace from gdb or the assert dialog window.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version