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

proj_errno_string() link error with MSVC #1049

Closed
bylee20 opened this issue Jun 20, 2018 · 1 comment
Closed

proj_errno_string() link error with MSVC #1049

bylee20 opened this issue Jun 20, 2018 · 1 comment

Comments

@bylee20
Copy link

bylee20 commented Jun 20, 2018

MSVC linker complains definition not found for proj_errno_string().

proj_errno_string() is missing in proj.def file and maybe related?

@kbevers
Copy link
Member

kbevers commented Jun 21, 2018

As a workaround pj_strerrno() from proj_api.h can be used instead of proj_errno_string() which is only a wrapper of pj_strerrno().

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