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. The Lounge
  3. Splitting resources

Splitting resources

Scheduled Pinned Locked Moved The Lounge
questionlearning
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.
  • O Offline
    O Offline
    obr
    wrote on last edited by
    #1

    Does anybody know, how can I split resource file into more files? And second, when I change rc file outside of VC, then open it in VC and save, my changes are OK, but rc file itself is changed (order of dialogs, strings....) Any suggestions? Thank You Jirka

    T V 2 Replies Last reply
    0
    • O obr

      Does anybody know, how can I split resource file into more files? And second, when I change rc file outside of VC, then open it in VC and save, my changes are OK, but rc file itself is changed (order of dialogs, strings....) Any suggestions? Thank You Jirka

      T Offline
      T Offline
      Tomasz Sowinski
      wrote on last edited by
      #2

      Is this a programming question? Tomasz Sowinski -- http://www.shooltz.com

      1 Reply Last reply
      0
      • O obr

        Does anybody know, how can I split resource file into more files? And second, when I change rc file outside of VC, then open it in VC and save, my changes are OK, but rc file itself is changed (order of dialogs, strings....) Any suggestions? Thank You Jirka

        V Offline
        V Offline
        Victor Vogelpoel
        wrote on last edited by
        #3

        Take a look at the .rc2 file in the "res" subfolder of your project. This file is included in the original .rc file. I suppose you could put your own resources in the .rc2 file or even create another .rc file (.rc3?) and include it in the .rc file. (I usually put my version info resources into the .rc2 file and use #define values from my version.h file to populate the version info data. Version.h is also included in my about box, so now I have ONE source for version information in my about box AND version info resources for the exe/dll.) V

        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