Thread: Simple Question-Help with Resources (.rc)

  1. #1
    Registered User
    Join Date
    May 2005
    Location
    Texas
    Posts
    103

    Simple Question-Help with Resources (.rc)

    Hello...I am reading a book that teaches me Window Programing and Game Programming...And it teacher me hand-made resource files...But I need help actually making them... I have Visual C++ 6.0 with Service Pack 6. When I try to input some resources...It only adds them...But I want to actually write the code to insert the resources...Can some please some tell me how to make and edit this codes from Visual C++ without the folder thingies...
    Please can someone help me...Sorry...I am kinda of a noob in C++

  2. #2
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    It's a bit picky about letting you open .rc files. Best way to go about it is to just open the file in notepad.

  3. #3
    The N00b That Owns You!
    Join Date
    Jul 2005
    Location
    Canada!
    Posts
    178
    dont be sorry we all started as noobs

    with MSVC++ it trys to retain availiability to the resource files as it has the ability to write them itself...
    New Function!!!!

    glAddIdol(C+noob);

    The feeling of rusty spoons against my salad fingers is almost ORGASMIC

  4. #4
    The N00b That Owns You!
    Join Date
    Jul 2005
    Location
    Canada!
    Posts
    178
    New Function!!!!

    glAddIdol(C+noob);

    The feeling of rusty spoons against my salad fingers is almost ORGASMIC

  5. #5
    Registered User
    Join Date
    May 2005
    Location
    Texas
    Posts
    103
    thanx you guys...I'll try yor comments right now....

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple class question
    By 99atlantic in forum C++ Programming
    Replies: 6
    Last Post: 04-20-2005, 11:41 PM
  2. Simple question about pausing program
    By Noid in forum C Programming
    Replies: 14
    Last Post: 04-02-2005, 09:46 AM
  3. simple question.
    By InvariantLoop in forum Windows Programming
    Replies: 4
    Last Post: 01-31-2005, 12:15 PM
  4. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  5. simple fgets question
    By theweirdo in forum C Programming
    Replies: 7
    Last Post: 01-27-2002, 06:58 PM