Click to See Complete Forum and Search --> : Progmatically Deleteing a StringTable (not just an entry)


Liqo
November 12th, 2003, 11:13 AM
I am trying to figure out how I can delete an entire StringTable.

Using BeginUpdate, UpdateResource and EndUpdate I have been able to progmatically delete StringTable entries one by one. When I load the resulting DLL into Visual C++ to inspect it, I am left with a blank StringTable that causes the VC++ IDE to lock up when I try to close the file.

How can I remove the StringTable entirely? Not just the individual string entiries, but the entire thing?

Thank you,