visual c++ - C++ - error LNK1104: cannot open file '..\Debug\gold-D.lib' -


hello getting error when try build project in c++.

the error lnk1104: cannot open file '..\debug\gold-d.lib'

the gold-d.lib present @ location still getting error .

thanks in advance

if there spaces in file path, may need surround file path "". possibility don't have permission directory.


Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -