Skip to content

STATUS_DLL_NOT_FOUND error (Exit code 0xC0000135) #25091

Answered by ldorau
ldorau asked this question in Actions
Discussion options

You must be logged in to vote

The root cause and the solution of the issue:

I forgot to set the architecture for CMake via the ‘-A’ option:

-A "x64"

e.g.:

cmake . -G "Visual Studio 16 2019" -A "x64" ...

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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