Error LNK2019: Unresolved External Symbol in Visual Studio [duplicate]
问题 This question already has an answer here: What is an undefined reference/unresolved external symbol error and how do I fix it? 32 answers I've downloaded this C++ code from the SBIG website in order to control (take pictures and save them) the camera (model ST-401ME) which I purchased from them. I have a Matlab program which needs to call this so I'm trying to compile (with Visual Studio) this code with its headers and libraries into an executable. However, when I try I get the above