got this error when I tried to debug a testing project. the solution is as follows:
VS is choking on a space in the path. When you add your lib to the linker options, make sure you put the full path and file name in quotes.
-----------
this solution is from: MSDN Visual C++ forum
Aug 24, 2009
Subscribe to:
Post Comments (Atom)
yes, this is a great tip
ReplyDelete