Replies: 2 comments
-
@sunbeam60 the missing symbols belong to Windows system libraries: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Argh, as it politely lists here: https://github.com/raysan5/raylib/wiki/Working-on-Windows Thanks for the rapid response. |
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
-
Hi,
I'm getting missing symbols when linking a statically built raylib into a Zig program:
I was under the impression (from https://github.com/raysan5/raylib/tree/master/src/external/glfw) that all GLFW dependencies were built as part of the library.
This could very well be a Zig issue (raylib was built using build.zig in the raylib distribution) but I'm a bit puzzled over the dllimport given I'm using the static lib of raylib (which should have GLFW inside it).
Anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions