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. ATL / WTL / STL
  4. What these words mean?

What these words mean?

Scheduled Pinned Locked Moved ATL / WTL / STL
c++question
4 Posts 2 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.
  • T Offline
    T Offline
    Thomas Lau
    wrote on last edited by
    #1

    In my project,I add a ATL object .The wizard add a ***.rgs file to my project.I open the file ,the text like this : HKCR { NoRemove AppID { {2C0CA281-E28B-41CA-838C-C7D1BEA311D2} = s 'NewEn' 'NewEn.EXE' { val AppID = s {2C0CA281-E28B-41CA-838C-C7D1BEA311D2} } } } Who can tell me what these words mean?

    T M 2 Replies Last reply
    0
    • T Thomas Lau

      In my project,I add a ATL object .The wizard add a ***.rgs file to my project.I open the file ,the text like this : HKCR { NoRemove AppID { {2C0CA281-E28B-41CA-838C-C7D1BEA311D2} = s 'NewEn' 'NewEn.EXE' { val AppID = s {2C0CA281-E28B-41CA-838C-C7D1BEA311D2} } } } Who can tell me what these words mean?

      T Offline
      T Offline
      Thomas Lau
      wrote on last edited by
      #2

      Can I add some information into it?

      1 Reply Last reply
      0
      • T Thomas Lau

        In my project,I add a ATL object .The wizard add a ***.rgs file to my project.I open the file ,the text like this : HKCR { NoRemove AppID { {2C0CA281-E28B-41CA-838C-C7D1BEA311D2} = s 'NewEn' 'NewEn.EXE' { val AppID = s {2C0CA281-E28B-41CA-838C-C7D1BEA311D2} } } } Who can tell me what these words mean?

        M Offline
        M Offline
        Michael P Butler
        wrote on last edited by
        #3

        This is information that is added into the registry to "register" you COM server with Windows. HKCR = HKEY_CLASSES_ROOT The rest of the information is assigning an unique identifier to your COM exe server, so whe you make a CreateInstance call it knows which application to load. Michael 'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879

        T 1 Reply Last reply
        0
        • M Michael P Butler

          This is information that is added into the registry to "register" you COM server with Windows. HKCR = HKEY_CLASSES_ROOT The rest of the information is assigning an unique identifier to your COM exe server, so whe you make a CreateInstance call it knows which application to load. Michael 'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879

          T Offline
          T Offline
          Thomas Lau
          wrote on last edited by
          #4

          I see.Thinks a lot!

          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