Linker issues #5314
fekuxle
started this conversation in
New Users Build/Link/Run issues ONLY!
Linker issues
#5314
Replies: 2 comments 1 reply
-
|
You did not describe issue you are having. "Linker issues" is way too abstract for anyone to be able to help you. Compiler error messages would be a good start. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I recommend sharing the output of the build, so that we can help you with the exact linking error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Been trying to get a minimal imgui project to compile for a few days now, but i can't get anything to work
I added all required source files to my project, yet it never gets past linking
I tried multiple different setups, even changing the solution files manually to include the source files
I'm aware this technically isn't an imgui problem and more of a build system problem, but i haven't had this problem anywhere else
I am currently just using the code from the win32 dx10 example, and it works fine using the example directly but not in my own project with that code just pasted in
Any ideas on how to get this to link correctly?
Can provide my testing project in a git repo or something if needed
Beta Was this translation helpful? Give feedback.
All reactions