packages are not available for Debug mode in visual studio and works well for Release mode #1929
Answered
by
jmklix
kotasandeepkumar07
asked this question in
Q&A
|
I used vcpkg.json using visual studio to fetch the packages. I am able to successfully build the project for release and not able to compile for debug mode. I see a lot of linking issues. I verified .vcxproj file for both debug and release and there are no differences Can anyone help me out with what could be the reason. |
Answered by
jmklix
Jul 21, 2022
Replies: 2 comments 1 reply
|
Can you provide a copy of the linking issues that you are mentioning? |
1 reply
Answer selected by
jmklix
|
Hello! Reopening this discussion to make it searchable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you provide a copy of the linking issues that you are mentioning?
Also what version of windows and visual studio are you using? and what commands are you running during your build process?