Skip to content
New issue

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

MSVC compatiblity? #1

Open
AregevDev opened this issue Nov 30, 2019 · 1 comment
Open

MSVC compatiblity? #1

AregevDev opened this issue Nov 30, 2019 · 1 comment

Comments

@AregevDev
Copy link

msdfgl_map_get uses bsearch which is a POSIX function and results in a link error on MSVC

msdfgl.lib(msdfgl_map.obj) : error LNK2019: unresolved external symbol __imp_bsearch referenced in function msdfgl_map_get
@nyyManni
Copy link
Owner

Which version of MSVC are you using? bsearch is listed in Microsoft's documentation so I assume it is available with at least a relatively new version of MSVC. Windows is my tertiary choice of an OS, so I have not done testing with older compilers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants