Results 1 to 4 of 4

Thread: res files

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2001
    Posts
    19

    res files

    I'm planning to write a class which provides extended loadres* functions. Besides being able to load jpeg files it will also be able to read from an resfile located outside the exefile(this will be very practical).

    I'm asking you if you have/know any good code/example code regarding reading and maneovre windows resource files. Is there any windows Api available for this kind of operations?


    _Any_ suggestions/comments are gladly appreciated.

    Best regards,
    Cyth
    [email protected]

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    I would suggest you try http://msdn.microsoft.com/

    I found some pretty nifty stuff on MSDN.

    Luck...

  3. #3
    Hyperactive Member
    Join Date
    Oct 2001
    Location
    The Netherlands
    Posts
    403
    What you were saying is that you are going to make functions that will load the .res file of other .exe/.dll/.ocx files? If so good luck, and if you found out how to do it, please please please post it somewhere where I can find it, because it is indeed very practical. I'm only able to load images and icons from another executable.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    May 2001
    Posts
    19
    I found some really good documentation on the win32 res format at www.wotsit.org. Generally, it's all about opening the res file and manually go trough it. I really have no idea how the performance will be though..

    If you could post the code for loading images/icons from another exe I would really appreciate it.

    regards,
    Cyth

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width