Thread: Resource's in an executable

  1. #1
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483

    Resource's in an executable

    I was just wondering how to go about accessing the resources in the executable. What i mean is when you use resource files (for bitmaps, icons, dialogs, version, etc...), how can i get that information from the executable, im specificaly looking for the version.
    My Website
    010000110010101100101011
    Add Color To Your Code!

  2. #2
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    nvm i found it, just for the curious ones out there:
    http://msdn.microsoft.com/library/de.../resources.asp
    you can find information for some of the resources, version is one of them.
    My Website
    010000110010101100101011
    Add Color To Your Code!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-10-2009, 12:57 AM
  2. Loading a DLL that is not in the same directory as the executable
    By starcatcher in forum Windows Programming
    Replies: 10
    Last Post: 12-13-2008, 07:05 AM
  3. CreateProcess with Resource of executable, not the Filename
    By Ktulu in forum Windows Programming
    Replies: 4
    Last Post: 11-04-2006, 01:07 AM
  4. Mingw resources - Example not working.
    By Blackroot in forum Tech Board
    Replies: 1
    Last Post: 09-02-2006, 06:21 AM
  5. Storing resources into a single file
    By LuckY in forum Game Programming
    Replies: 20
    Last Post: 08-14-2004, 11:28 PM