imgui_internal.h missing implementations #6198
AdlanSADOU
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
when a function is not linked search for its name in the codebase. You’ll easily find that those are all implemented in imgui_tables.cpp which you have omitted from your build, along with imgui_demo.cpp and imgui_widgets.cpp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to integrate imgui into my Vulkan renderer with SDL2 in Visual Studio 2022.
My problem is that there are missing implementations defined in imgui_internal.h
I have cloned and searched the repo for the missing functions, and did not find them.
just to cite a few:
I searched through issues and discussions without luck.
I went through the comments in imgui.cpp and imgui_internal.h without luck.
Yes, I have included the sources files into my project.
Am I missing some unspoken assumptions?
The source and header files I have included are:
Beta Was this translation helpful? Give feedback.
All reactions