-
-
Notifications
You must be signed in to change notification settings - Fork 28
Add DLL name to @[Link] annotation
#107
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
base: master
Are you sure you want to change the base?
Conversation
This is required on MSVC to copy the correct DLL to the output directory
bcardiff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good. Should we look into adding a CI for windows? And install instructions? Not sure how you get the official dll is msvc.
|
The official repository has a The DLL itself does not depend on any C or C++ runtime library. |
|
For the record: I tried building the specs on Windows in GitHub Actions with
There's indeed no |
|
I don't know about Choco, but from the official download you have to do something like |
|
Thanks. It's packaging the original zip file, so I need to figure out how to start the developer console, run the command, and check if the folder is found 😓 |
|
MinGW: |
This is required on MSVC to copy the correct DLL to the output directory.
This assumes the DLL is the official
sqlite-dll-win-x64-*.zipdownload.