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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -