Skip to content

Windows static library #81

Answered by magiblot
rallyordie asked this question in Q&A
Discussion options

You must be logged in to vote

You can now find pre-compiled static libraries in the Artifacts section of a GitHub Actions run, as in https://github.com/magiblot/tvision/actions/runs/3569708665 (the library-x64 and library-x86 files, at the bottom).

However, please note that these static libraries are built with the /MT compiler flag (use the static version of MSVC's run-time library). In order to link against them, your program will have to be compiled with that flag as well.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by magiblot
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants