Skip to content

How to setting ImGui in eclipse C/C++?? #981

Answered by jld01
Minster23 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Minster23, the "undefined reference to ..." errors are from the GNU linker. You must add the folders containing your ImGui and GLFW libraries to the Library search path (-L) list and add the individual library names to the Libraries (-l) list. When adding a library name, you must omit the lib filename prefix and the .a filename suffix. For example, a library archive file named libglfw3.a should be listed as glfw3 in the libraries list.

Does this explanation answer your question?

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@jonahgraham
Comment options

@Minster23
Comment options

@Minster23
Comment options

@jld01
Comment options

jld01 Dec 26, 2024
Collaborator

Answer selected by Minster23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants