having trouble compiling a packet analyzer I created. This is the first project on c++ and it seems like a nightmare trying to add all the libraries that are needed. wondering if I’m doing something wrong as I keep adding libraries and it keeps making more of these errors. Working on vscode on windows 11.
this is the error I get when I try to build, I have been getting these errors for other libs like uuid, libcpmt and I have been manually adding them to a lib sub folder in my project directory. Wondering if my tasks.json or c_cpp.json is configured wrong? Total newbie so any help is appreciated
LINK : fatal error LNK1104: cannot open file ‘LIBCMT.lib’
expecting the exe file of the main to be created.
asdmk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.