I'm trying to use some of the Allegro addon libraries.
For instance:
#include <allegro5/allegro_primitives.h>
But MSVS10 is telling me the things I'm referencing are undefined. I got the standard
#include <allegro5/allegro.h>
to work just fine, and now I'm guessing I need to be adding more runtime dependencies for the addons as well. But I have no idea how to do that, nor could I find a guide/list to say what values need to be added to which value fields in the properties.