c++ - Ogre3d cant link boost libraries in visual studio 2010 -
i tried set ogre 3d v.19 project next tutorials on webpage. after setting project seek build , next error:
link : fatal error lnk1104: cannot open file 'libboost_thread-vc100-mt-gd-1_55.lib'
i made sure i'm using right ogre sdk(vc10). checked if file above on place - , was! it's in folder it's supposed still error.
please help.
you should gently check, boost libs (basically located @ "ogresdk_vc10_v1-9-0\boost\lib\"), e.g., debug configuration: libboost_thread-vc100-mt-gd-1_55.lib libboost_system-vc100-mt-gd-1_55.lib libboost_date_time-vc100-mt-gd-1_55.lib libboost_chrono-vc100-mt-gd-1_55.lib declared in project config (project->settings->linker->input->additional dependencies). besides, should provide right path, vs2010 seek libs, specifying project->settings->linker->general->additional library directories. after these steps, linker have info observe needed libraries , process them.
c++ ogre vc10
No comments:
Post a Comment