I'm not familiar with borland IDE, and can't use VS right now, but... this could be an issue with how vector<bool> is actually a specialization of vector, where the bools are packed into bits, and this affects the behavior of vector<bool>.
All those answer they only works with no boolean vector
I already post the syntax Im following
my_Vector.Member_Wich_Stores_FirstValue [startIndex], number_Elements_ToDisplay
its the same form wich the answers say.