Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
static const unsigned char image_png[] = ...; auto bitmap = wxBitmap::NewFromPNGData(image_png, WXSIZEOF(image_png));
bitmap.IsOk()falsewxWidgets が組み込みバージョンの libpng でビルドされているかどうかを返します。それ以外の場合は正常に動作します。組み込みの libpng を使用するための解決策はありますか?
bitmap.IsOk()
false