Marhnine Mohammed

Results 3 comments of Marhnine Mohammed

> https://github.com/dearimgui/dear_bindings the problem is the "API" word, I wanna use it as a static library within my C code, such that the compiled program has zero latency of doing...

> "API" does not imply a shared library. In fact, building dear imgui statically is the [recommended](https://github.com/ocornut/imgui/blob/0fc4967ebc6a2d40b7b048296ff5e0cc24f91f26/imgui.cpp#L263) usage. > > 1. Grab dcimgui.{cpp,h} from the above repository's [CI build page](https://github.com/dearimgui/dear_bindings/actions)...

> The error suggests that the libdcimgui found by the compiler doesn't actually contain dcimgui.o for some reason. (Also don't forget to compile dear imgui too: all 5 source files...