Co-installer project in Visual C++ 6.0 Enterprise

I’ve been working on my co-installer for my 2000 drivers and ran into an
“Out of memory” problem.

I have 3 buttons on my dialog box, OK, CANCEL, and Apply, defined as
IDOK2,IDCANCLE2, and IDC_BUTTON2. As soon as I deleted one of these buttons
and tried to recompile, an “Out of memory” bitch box pops up, and from that
point on, Visual Studio is useless. If it let me Undo the change (yes I said
“if”), then things were back to normal, but if I tried to change the dialog
box again, bang, the same “Out of memory” problem.

What I finally did was open the rc file in the notepad, cobble together the
change, and then reload it in Visual Studio and clean it up. That finally
worked. I now have Refresh and Apply buttons defined as IDC_BUTTON1 and
IDC_BUTTON2.

Has any one else encountered this, and or is there a KB article?

Gary