i cant compiling NXOgre samples

maxdelphi

23-02-2012 22:33:24

Hi, i can compile OgreSDK Samples (good), NXOgre (Good) and Critter (Good), but i cant compile NxOgre samples...

in nxogre samples i select Final version, and when i compile it say:

1>------ OperaciĆ³n Generar iniciada: proyecto: NxOgreTutorials, configuraciĆ³n: Final Win32 ------
1> DLL.cpp
1>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-1_47.lib'
========== Generar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========



the file exists!, i review in Project->Properties->C/C++->Aditional Directories and all is good, correct path, i review environment variable and all is CORRECT!!!!..

help me plz...thanks

Ivancho

26-02-2012 12:41:31

you should go to
Project->Properties->Linker
and there check for directories..

westsidazrhidaz

26-02-2012 23:50:59

also make sure you have the correct libraries in that folder where the linker paths point. I remember I was missing some libraries, you can get them from the boost website already precompiled.