-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add MSVC compiling support for make #14
Comments
As far as I got but this just creates an empty .lib with no exports. |
Thank you for your interest in this library, I will look into this issue as soon as possible! |
@sol-vin Could you tell me which version of Visual Studio you're using to build this library? |
2022 |
I just added build instructions for Visual Studio 2019 in README.md, could you please let me know if they work for you? |
Using
|
I'm afraid I forgot to tell you that there have been breaking changes to the API for the next release and those functions have been renamed... (e.g. Could you please update your code for the binding and try building this library again? I may be able to send you the changelog for the next release if you need it. |
& 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Launch-VsDevShell.ps1' -Arch amd64 |
I need a
.lib
file for Windows. It would be really nice to have make support for this.The text was updated successfully, but these errors were encountered: