Build Error #5554
EinWilderRex
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Build Error
#5554
Replies: 1 comment
-
You need to compile following files in your project as well:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, use ImGui for now. I create a window and close with functions etc.
ImGui_ImplDX9_CreateDeviceObjects();
ImGui_ImplDX9_InvalidateDeviceObjects();
ImGui_ImplDX9_NewFrame();
ImGui_ImplWin32_NewFrame();
ImGui_ImplDX9_Shutdown();
ImGui_ImplWin32_Shutdown();
But get an error. Can someone help me with this?
Microsoft error: https://docs.microsoft.com/de-de/cpp/error-messages/tool-errors/linker-tools-error-lnk2001?f1url=%3FappId%3DDev16IDEF1%26l%3DDE-DE%26k%3Dk(LNK2001)%26rd%3Dtrue&view=msvc-170
Beta Was this translation helpful? Give feedback.
All reactions