views:

31

answers:

2

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.

A: 

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

dark_charlie
It is in additional dependencies list. Do I have to put in to other list?
+1  A: 

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