BUG: Deleting Resources - Previous IDs Orphaned in Resource.hID: Q199039
|
When a resource is deleted, the resource ID remains in the Resource.h file. This could cause problems, such as duplicate IDs or a deleted resource that is displayed at runtime using the old ID. The compiler does not flag the unassigned resource IDs.
Open the resource header files, and delete the ID definitions for all resources that have been deleted from the resource script. Also, verify that your code is not referencing these deleted IDs.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
Additional query words:
Keywords : kbEditor kbide kbResourceEd kbVC500 kbVC600 kbGrpDSTools
Version : WINDOWS:6.0,97
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: March 10, 1999