lukaamtbbbb
✅ Need help with imgui
C:\Users\Luka\Pictures\Kanzo>g++ Kanzo.cpp
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x115): undefined reference to
ImGui::Begin(char const*, bool*, int)'
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x129): undefined reference to
ImGui::BeginTabBar(char const, int)'
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x149): undefined reference to `ImGui::BeginTabItem(char const, bool, int)'
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x161): undefined reference to `ImGui::Checkbox(char const, bool)'
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x166): undefined reference to ImGui::EndTabItem()'
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x182): undefined reference to
ImGui::BeginTabItem(char const, bool*, int)'
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x18b): undefined reference to ImGui::EndTabItem()'
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x190): undefined reference to
ImGui::EndTabBar()'
C:\Users\Luka\AppData\Local\Temp\cc46cESi.o:Kanzo.cpp:(.text+0x195): undefined reference to `ImGui::End()'
collect2.exe: error: ld returned 1 exit status7 replies