cpp-login-menu icon indicating copy to clipboard operation
cpp-login-menu copied to clipboard

Can't build in Visual Studio 2022

Open mrranger opened this issue 1 year ago • 1 comments

Can't build in Visual Studio 2022, connected all the libraries and dependencies, there are errors everywhere in every file, it just crumbles

mrranger avatar Feb 01 '24 22:02 mrranger

If you are encountering errors in each file you might not have properly linked the libraries to the project. Make sure you are configuring project settings on the same build (release or debug) This repo was built with Visual Studio 2019 (v142)

fsalinas26 avatar Feb 08 '24 20:02 fsalinas26