FrameGraph icon indicating copy to clipboard operation
FrameGraph copied to clipboard

linking error, windows 10, vs2017 x64 debug

Open raptoravis opened this issue 3 years ago • 1 comments

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)

raptoravis avatar Dec 17 '20 11:12 raptoravis

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

azhirnov avatar Dec 17 '20 13:12 azhirnov