dynamic link to a DLL which links Collada DOM dynamically

Hi,

I have created a DLL (named as A.dll) which links Collada DOM dynamically, I added DOM_DYNAMIC and BOOST_ALL_NO_LIB to the preprocessor definitions, and linking is right and A.dll and A.lib can be generated.

Then I created the other DLL (named as B.dll) which links to the above generated A.lib, I also added DOM_DYNAMIC and BOOST_ALL_NO_LIB to the preprocessor definitions, but this time the link asks for the libboost_filesystem-vc90-mt-1_37.lib. Does anyone know the reasons and how to fix it.

Thank you very much.

If you want to build the DOM without Boost add -DNO_BOOST to your build.