Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. left over IDC_ values in resource.h

left over IDC_ values in resource.h

Scheduled Pinned Locked Moved C / C++ / MFC
toolsquestionlearning
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jason Hihn
    wrote on last edited by
    #1

    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

    M S 2 Replies Last reply
    0
    • J Jason Hihn

      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

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • J Jason Hihn

        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

        S Offline
        S Offline
        Sidney Chong
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups