How to introduce Z3 in Visual Studio #7177
Unanswered
xebelleDerrel
asked this question in
Q&A
Replies: 1 comment
-
To use Z3 as a library with Visual C, you need to build it with Visual C. The Z3 releases come with a pre-built version (look for the x64-win zip). This contains There are also ways to build static Z3 libraries, but they are not included in the release packages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to introduce Z3 into my own Visual Studio empty project, but it seems that only the way to link static libraries is provided in Visual Studio, but Z3 doesn't seem to support it, so can I add some source files from Z3 for manual compilation, or do you think there is any workable solution
Beta Was this translation helpful? Give feedback.
All reactions