Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have hot this error at the linker:

LINK : fatal error LNK1104: cannot open file 'libcollada14dom21.lib'

I dunno why, libcollada14dom21.lib is in VSDIR/VC/lib.

share|improve this question
VSDIR doesn't mean anything. – Hans Passant Aug 7 '10 at 16:57
1  
Then use your brain what is supposed to be. – user408141 Aug 8 '10 at 0:28
I mean VSDIR as "C:\Program Files\...", a little fantasie... :S – user408141 Aug 8 '10 at 0:34

2 Answers

up vote 1 down vote accepted

Make sure that you add libcollada14dom21.lib to Project Options -> Linker -> Input -> Additional Dependencies.

share|improve this answer
It is in additional dependencies list. Do I have to put in to other list? – user408141 Aug 8 '10 at 0:27

Okay, solved :) The libs were in the lib dir, not in the lib/amd64 :D

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.