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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: