left over IDC_ values in resource.h
-
I have a dialog that's undergone heavy modifications, and I'm left with a ton of extra IDC_ values for controls that no longer exist. Is there any utility or way to have it remove the unused control values? I've also been expericing "duplicate control IDs" when renaming some. The bugger is that there are no duplicates. There were, but those were renamed or deleted, but it thinks they are stil there. Thanks in advance
-
I have a dialog that's undergone heavy modifications, and I'm left with a ton of extra IDC_ values for controls that no longer exist. Is there any utility or way to have it remove the unused control values? I've also been expericing "duplicate control IDs" when renaming some. The bugger is that there are no duplicates. There were, but those were renamed or deleted, but it thinks they are stil there. Thanks in advance
Go to View->Resource symbols. The ones in use will have a check mark, so you can delete the ones w/o checks. --Mike-- http://home.inreach.com/mdunn/ While I can't be correct on all matters, I can make the reassuring claim that where I am inaccurate, I am at least definitively inaccurate. :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm
-
I have a dialog that's undergone heavy modifications, and I'm left with a ton of extra IDC_ values for controls that no longer exist. Is there any utility or way to have it remove the unused control values? I've also been expericing "duplicate control IDs" when renaming some. The bugger is that there are no duplicates. There were, but those were renamed or deleted, but it thinks they are stil there. Thanks in advance
You might want to try this handy addin by Andy Metcalfe: http://www.codeproject.com/macro/resorg.asp It may help to solve your resource id woes. :) Cheers