Version/Branch of Dear ImGui:
Version 1.92, Branch: docking
Back-ends:
imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler, OS:
windows mingw-w64
Full config/build information:
Dear ImGui 1.92.0 (19200)
--------------------------------
sizeof(size_t): 8, sizeof(ImDrawIdx): 2, sizeof(ImDrawVert): 20
define: __cplusplus=201402
define: IMGUI_DISABLE_OBSOLETE_FUNCTIONS
define: _WIN32
define: _WIN64
define: __MINGW32__
define: __MINGW64__
define: __GNUC__=14
define: IMGUI_HAS_VIEWPORT
define: IMGUI_HAS_DOCK
--------------------------------
io.BackendPlatformName: imgui_impl_glfw (3400)
io.BackendRendererName: imgui_impl_opengl3
io.ConfigFlags: 0x00000081
NavEnableKeyboard
DockingEnable
io.ConfigViewportsNoDecoration
io.ConfigNavCaptureKeyboard
io.ConfigInputTextCursorBlink
io.ConfigWindowsResizeFromEdges
io.ConfigMemoryCompactTimer = 60.0
io.BackendFlags: 0x00001C1E
HasMouseCursors
HasSetMousePos
PlatformHasViewports
HasMouseHoveredViewport
RendererHasVtxOffset
RendererHasTextures
RendererHasViewports
--------------------------------
io.Fonts: 1 fonts, Flags: 0x00000000, TexSize: 512,128
io.Fonts->FontLoaderName: NULL
io.DisplaySize: 1080.00,800.00
io.DisplayFramebufferScale: 1.00,1.00
--------------------------------
style.WindowPadding: 8.00,8.00
style.WindowBorderSize: 1.00
style.FramePadding: 4.00,3.00
style.FrameRounding: 0.00
style.FrameBorderSize: 0.00
style.ItemSpacing: 8.00,4.00
style.ItemInnerSpacing: 4.00,4.00
Details:
When building with IMGUI_ENABLE_FREETYPE and IMGUI_ENABLE_STB_TRUETYPE at the same time so that FontLoader can be choosen with ImGuiFreeType_GetFontLoader or ImFontAtlasGetFontLoaderForStbTruetype the program crashes without any message when using the second function. I can use it without crash if the program is build without freetype support.
Version/Branch of Dear ImGui:
Version 1.92, Branch: docking
Back-ends:
imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler, OS:
windows mingw-w64
Full config/build information:
Details:
When building with
IMGUI_ENABLE_FREETYPEandIMGUI_ENABLE_STB_TRUETYPEat the same time so that FontLoader can be choosen withImGuiFreeType_GetFontLoaderorImFontAtlasGetFontLoaderForStbTruetypethe program crashes without any message when using the second function. I can use it without crash if the program is build without freetype support.