You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back-end file/Renderer/OS:(if the question is related to inputs/rendering/build, otherwise delete this section)
Windows 10, 64bit.
My Issue/Question:(please provide context)
Standalone, minimal, complete and verifiable example:(see CONTRIBUTING.md)
When compiling my DLL (which currently doesn't even do anything I have just included the files) I get a LNK1120 Error for unresolved external of _gl3wProcs. I have included imconfig.h, imgui.h, imgui_impl_opengl3.h, imgui_impl_win32.h, imgui_internal.h, stb_rect_pack.h, stb_textedit.h and stb_truetype.h included in my project. I am also using imgui.cpp, imgui_draw.cpp and imgui_impl_opengl3.cpp.
Version/Branch of Dear ImGui:
dear imgui, v1.63 WIP
Back-end file/Renderer/OS: (if the question is related to inputs/rendering/build, otherwise delete this section)
Windows 10, 64bit.
My Issue/Question: (please provide context)
Standalone, minimal, complete and verifiable example: (see CONTRIBUTING.md)
When compiling my DLL (which currently doesn't even do anything I have just included the files) I get a LNK1120 Error for unresolved external of _gl3wProcs. I have included imconfig.h, imgui.h, imgui_impl_opengl3.h, imgui_impl_win32.h, imgui_internal.h, stb_rect_pack.h, stb_textedit.h and stb_truetype.h included in my project. I am also using imgui.cpp, imgui_draw.cpp and imgui_impl_opengl3.cpp.
Compiler Output.
Screenshots/Video (you can drag files here)
The text was updated successfully, but these errors were encountered: