Thanks.
It has caused an error elsewhere in the program
I have a constructor which begins as follows
TWin(HWND _hwnd,int _id) : hwnd(_hwnd),id(_id), bBack(0),bSpr(0),hClip(0),bitmaps(0)
{
bitmaps(0) is throwing an error
file.cpp(155) : error C2536: 'TWin::bitmaps' : cannot specify...