hi..
i'm trying to use stl in a windows application project ..
i used to use it in my console project with ..#include <vector> as example .. but when i tried to doing so in a windows application project .. the visual studio show me error C2065: 'vector' : undeclared identifier
so what can i do to use stl in a windows application prject