Thread: Resoruce trouble.

  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    12

    Resoruce trouble.

    Hello, I'm using a tutorial from this web site: http://www.winprog.org/tutorial/resources.html

    It says to edit the resource script but i can't find a way to do it. Please see if you could help me. thankyou

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Well, you can edit it through your IDE if your IDE supports editing resource scripts. Otherwise you can always edit it using notepad.

  3. #3
    Registered User
    Join Date
    May 2005
    Posts
    12
    then how would I add the file to my project? I'm using Microsoft C++ 6.0 does C++ have an edit function to edit resource files?

  4. #4
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    File->New Then select "resource script". That adds a new resource script to your project. Then to add a resource to the script, Insert->Resource.

  5. #5
    Registered User
    Join Date
    May 2005
    Posts
    12
    thanks. That's not really what I wanted to know though since I knew how to do that. I'll try asking the person who has the tutoriol

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trouble with assignment in C
    By mohanlon in forum C Programming
    Replies: 17
    Last Post: 06-23-2009, 10:44 AM
  2. Replies: 6
    Last Post: 01-03-2007, 03:02 PM
  3. Is it so trouble?
    By Yumin in forum Tech Board
    Replies: 4
    Last Post: 01-30-2006, 04:10 PM
  4. trouble scanning in... and link listing
    By panfilero in forum C Programming
    Replies: 14
    Last Post: 11-21-2005, 12:58 PM
  5. C++ program trouble
    By senrab in forum C++ Programming
    Replies: 7
    Last Post: 04-29-2003, 11:55 PM