Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

linking error, windows 10, vs2017 x64 debug #18

Open
raptoravis opened this issue Dec 17, 2020 · 1 comment
Open

linking error, windows 10, vs2017 x64 debug #18

raptoravis opened this issue Dec 17, 2020 · 1 comment

Comments

@raptoravis
Copy link

10>------ Build started: Project: Tests.UI, Configuration: Debug x64 ------
10>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
10>imgui.lib(imgui.obj) : error LNK2019: unresolved external symbol "void __cdecl ImGui::EndTable(void)" (?EndTable@ImGui@@YAXXZ) referenced in function "void __cdecl ImGui::ErrorCheckEndFrameRecover(void (__cdecl*)(void *,char const *,...),void *)" (?ErrorCheckEndFrameRecover@ImGui@@YAXP6AXPEAXPEBDZZ0@Z)
10>imgui.lib(imgui_demo.obj) : error LNK2001: unresolved external symbol "void __cdecl ImGui::EndTable(void)" (?EndTable@ImGui@@YAXXZ)
10>imgui.lib(imgui.obj) : error LNK2019: unresolved external symbol "void __cdecl ImGui::EndColumns(void)" (?EndColumns@ImGui@@YAXXZ) referenced in function "void __cdecl ImGui::End(void)" (?End@ImGui@@YAXXZ)
@azhirnov
Copy link
Owner

I will check it.
You can disable imgui by setting FG_ENABLE_IMGUI to OFF in cmake

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants