When I try to use a header file in my project ( I created the .a files and linking before), I get the next error:
fatal error: <bullet header.h> : No such file or directory
I create the libraries .a following this tutorial:
http://vgamec.blogspot.com.es/2011/09/instalar-bullet-physics-para-codeblocks.html
Does anyone know why I can not use the library?
P.D. I use Codeblocks 12.11 and the compiler GCC version 4.7.1, 32 bit.