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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Get & Setting only resource DLL

Get & Setting only resource DLL

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestionlearning
3 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.
  • K Offline
    K Offline
    Kaworu2
    wrote on last edited by
    #1

    Hi, at first I want to apologize for my English. I have found Resource Hacker app to get & set al the properties of a only resource DLL, exes, ... I want to create an app to get all the captions of a DLL, translate, and save it again, but I don't know how to start, Do you know some manual about DLL structure? how to do it? ...? Thank you very much!

    B 1 Reply Last reply
    0
    • K Kaworu2

      Hi, at first I want to apologize for my English. I have found Resource Hacker app to get & set al the properties of a only resource DLL, exes, ... I want to create an app to get all the captions of a DLL, translate, and save it again, but I don't know how to start, Do you know some manual about DLL structure? how to do it? ...? Thank you very much!

      B Offline
      B Offline
      Blake Miller
      wrote on last edited by
      #2

      Use LoadLibrayEx with the LOAD_LIBRARY_AS_DATAFILE flag. Then use EnumResourceTypes and EnumResourceNames to obtain the resources. If you are going to change the resources, read about BeginUpdateResource, UpdateResource, and EndUpdateResource.

      K 1 Reply Last reply
      0
      • B Blake Miller

        Use LoadLibrayEx with the LOAD_LIBRARY_AS_DATAFILE flag. Then use EnumResourceTypes and EnumResourceNames to obtain the resources. If you are going to change the resources, read about BeginUpdateResource, UpdateResource, and EndUpdateResource.

        K Offline
        K Offline
        Kaworu2
        wrote on last edited by
        #3

        OK, thank you very much!

        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