WalnutAppTemplate icon indicating copy to clipboard operation
WalnutAppTemplate copied to clipboard

800 LNK2005 errors during build

Open luca-jt opened this issue 2 years ago • 0 comments

During the build process i get about 800 LNK2005 errors (multiply defined symbols). Its always as follows (Just imagine this but 800 times with all sorts of different functions) :

ImGui.lib(imgui_widgets.obj) : error LNK2005: "void __cdecl ImGui::ColorPickerOptionsPopup(float const *,int)" (?ColorPickerOptionsPopup@ImGui@@YAXPEBMH@Z) already defined in imguid.lib(imgui_widge ts.cpp.obj)

I searched the internet for hours, found almost nothing helpful.

luca-jt avatar Jul 18 '23 23:07 luca-jt