In VC7.0 and above, you can do the following:

Code:
 data_seg(...);
static bool[255] KeyStatus = { 0 };
data_seg;
I don't believe the 'static' keyword is necessary, but I'm not sure.

Arjay