Thread: Troubles Understanding Resources

  1. #1
    Registered User DCII764II00's Avatar
    Join Date
    Dec 2003
    Posts
    7

    Troubles Understanding Resources


    Hello All~
    I am having problems trying to figure out how to create and use a resource. Any tutorial would be great... I've checked google, and it usually leads me to the Vb version of this.

    What would be really great, would be an awsome link to a
    Windows API
    Tutorial! I did find one the other day, but the arguments aren't really shown, or any of the math.. Rough examples little help whatsoever..

    If anyone could help in this situation it would be greatly appriciated..

    Thank-You
    Farewell~
    DCII764II00









  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User DCII764II00's Avatar
    Join Date
    Dec 2003
    Posts
    7

    >_<''
    That's the one I am using.. But it doesn't do a good job explaining resources.
    Thank-You anyway..Any other help?



  4. #4
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    msdn: About Resource Files
    msdn: Resource-Definition statements

    There are minor differences in (resource) compiler behaviour so it's always useful to mention which compiler(s) you are using.

    This page seems to provide a brief introduction to resources.

    If you need further help then post any problematic code/resource scripts you are working with.

    Petzold's Programming Windows 5th ed. has a few good chapters on various resources and covers various other aspects of winapi programming, too.
    Last edited by Ken Fitlike; 05-22-2004 at 01:08 AM.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  5. #5
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    what type of resource are you trying to include in your project? Because actually including the resource is the easy part, but some resources need code to go along with them...

  6. #6
    Registered User DCII764II00's Avatar
    Join Date
    Dec 2003
    Posts
    7

    Thank You so much ^^
    Well actually, I am trying to link up icons.. But if I can't do something simple as that.. lol.. Let's just not go down that road ^^

    Thank you for the tutorials, much appricieated..


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. More resource management troubles
    By VirtualAce in forum Game Programming
    Replies: 4
    Last Post: 09-25-2007, 02:23 AM
  2. Resources in Dev C++
    By JJFMJR in forum Windows Programming
    Replies: 7
    Last Post: 08-27-2007, 05:14 AM
  3. measuring system resources used by a function
    By Aran in forum C Programming
    Replies: 1
    Last Post: 03-13-2006, 05:35 PM
  4. Storing resources into a single file
    By LuckY in forum Game Programming
    Replies: 20
    Last Post: 08-14-2004, 11:28 PM
  5. Adding resources
    By nima_ranjbar in forum Windows Programming
    Replies: 0
    Last Post: 04-14-2002, 11:36 PM