Windows static library #81
-
Fantastic project! Are there pre-built Win32 static libraries available? Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi! No, but I can add them! |
Beta Was this translation helpful? Give feedback.
-
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 However, please note that these static libraries are built with the |
Beta Was this translation helpful? Give feedback.
-
Many thanks!
…-----------------------------------------From: "magiblot"
To: "magiblot/tvision"
Cc: "rallyordie", "Author"
Sent: Monday November 28 2022 7:16:17PM
Subject: Re: [magiblot/tvision] Windows static library (Discussion
#81)
You can now find pre-compiled static libraries in the Artifacts
section of a GitHub Actions run, as in
[1]https://github.com/magiblot/tvision/actions/runs/3569708665 [2]
(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.
—
Reply to this email directly, view it on GitHub [3], or unsubscribe
[4].
You are receiving this because you authored the thread.Message ID:
Links:
------
[1] https://github.com/magiblot/tvision/actions/runs/3569708665
[2] https://github.com/magiblot/tvision/actions/runs/3569708665
[3]
#81 (comment)
[4]
https://github.com/notifications/unsubscribe-auth/AJTQM5JBNUEPXYZNP3TXO3DWKVDMZANCNFSM6AAAAAASN2C4IE
|
Beta Was this translation helpful? Give feedback.
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
andlibrary-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.