79766325

Date: 2025-09-16 14:16:18
Score: 1
Natty:
Report link

see imconf.h for explanation and additional calls for windows dlls:

Windows DLL users: heaps and globals are not shared across DLL boundaries! You will need to call SetCurrentContext() + SetAllocatorFunctions() for each static/DLL boundary you are calling from. Read "Context and Memory Allocators" section of imgui.cpp for more details.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: IjonTichy