-
Notifications
You must be signed in to change notification settings - Fork 56
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
Linker errors for 32-bit msvc builds #87
Comments
For a bit more context, the linker error is failing to find |
The dllimport name mangling is not the issue. The issue is actually that the wrong calling convention is being used. You want to be using |
Yay! I'll create a PR right now. |
I've run into linker errors trying to use
os_info::get()
in 32-bit Windows (MSVC) builds. I wrote a minimal example that demonstrates the failure, and included an appveyor project so you can see the full output with the error.Here's the minimal example code, and here's the Appveyor output.
Hope this is helpful!
The text was updated successfully, but these errors were encountered: