Linking error: tinyxmld_STL.lib

aneuryzma

17-02-2006 15:02:35

Linking error when I build Demo08_RagdollExample.


------ Build started: Project: Demo08_RagdollExample, Configuration: Debug Win32 ------

Linking...
LINK : fatal error LNK1104: cannot open file 'tinyxmld_STL.lib'

walaber

17-02-2006 19:02:10

you need to download the tinyxml library, and compile the STL version of it in debug mode, with compiler settings "runtime debug DLL". this will generate the tinyxmld_STL.lib file that you are missing.