Yes it works! Sorry for the poor information provided. Boost_USE_STATIC_LIBS solves the problem.<br>
<br>
Thank you very much for your time!<br>
Mario<br><br><div class="gmail_quote">2011/12/13 Mateusz Ĺoskot <span dir="ltr"><<a href="mailto:mateusz@loskot.net">mateusz@loskot.net</a>></span><br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
2011/12/13 Mario Pezzoni <<a href="mailto:pezzoni.mario@gmail.com">pezzoni.mario@gmail.com</a>>:<br>
<div class="im">> I read this one before but, it is related with dynamic linking, i need<br>
> static linking.<br>
> This solution do not works with static linking.<br>
<br>
</div>You don't mention in your post how you link.<br>
Also, your CMakeLists.txt suggests you link default means dynamically<br>
on Windows.<br>
<br>
Try adding Boost_USE_STATIC_LIBS (learn about it from FindBoost.cmake file<br>
in your CMake installed modules).<br>
<div class="HOEnZb"><div class="h5"><br>
Best regards,<br>
--<br>
Mateusz Loskot, <a href="http://mateusz.loskot.net" target="_blank">http://mateusz.loskot.net</a><br>
Charter Member of OSGeo, <a href="http://osgeo.org" target="_blank">http://osgeo.org</a><br>
Member of ACCU, <a href="http://accu.org" target="_blank">http://accu.org</a><br>
</div></div></blockquote></div><br>