We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to compile an application dependent on glfw 0.44 in windows I'm getting:
libglfw-76f95f4482011d20.rlib(monitor.obj) : error LNK2019: unresolved external symbol __imp_strncpy referenced in function _glfwAllocMonitor libglfw-76f95f4482011d20.rlib(window.obj) : error LNK2001: unresolved external symbol __imp_strncpy libglfw-76f95f4482011d20.rlib(input.obj) : error LNK2001: unresolved external symbol __imp_strncpy libglfw-76f95f4482011d20.rlib(win32_joystick.obj) : error LNK2001: unresolved external symbol __imp_strncpy libglfw-76f95f4482011d20.rlib(monitor.obj) : error LNK2019: unresolved external symbol __imp_realloc referenced in function _glfwInputMonitor libglfw-76f95f4482011d20.rlib(input.obj) : error LNK2001: unresolved external symbol __imp_realloc libglfw-76f95f4482011d20.rlib(win32_monitor.obj) : error LNK2001: unresolved external symbol __imp_realloc libglfw-76f95f4482011d20.rlib(osmesa_context.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(wgl_context.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(win32_thread.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(vulkan.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(egl_context.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(monitor.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(context.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(window.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(input.obj) : error LNK2001: unresolved external symbol __imp__wassert libglfw-76f95f4482011d20.rlib(context.obj) : error LNK2019: unresolved external symbol __imp___stdio_common_vsscanf referenced in function sscanf libglfw-76f95f4482011d20.rlib(input.obj) : error LNK2019: unresolved external symbol __imp_strcspn referenced in function glfwUpdateGamepadMappings libglfw-76f95f4482011d20.rlib(input.obj) : error LNK2019: unresolved external symbol __imp_strspn referenced in function glfwUpdateGamepadMappings
The text was updated successfully, but these errors were encountered:
Closing in favor of this other issue on the glfw-sys repo including a solution: PistonDevelopers/glfw-sys#22
Sorry, something went wrong.
No branches or pull requests
When trying to compile an application dependent on glfw 0.44 in windows I'm getting:
The text was updated successfully, but these errors were encountered: