Thread: super nwbie needs help with "resource.h" HELP!!!

  1. #1
    Unregistered
    Guest

    Angry super nwbie needs help with "resource.h" HELP!!!

    I have read many windows tutorials where you type in the code but dev c++ says resource.h no such file or directory. I'm desperate to lean windows programing. please help.



    (if dev c++ wont work with resource.h could tell me about another compiler that will work, and is not in dos)

  2. #2
    .
    Join Date
    Aug 2001
    Posts
    598
    First use find to find the path to resource.h. If you do not have resource.h that is your problem. Now how do you resource.h included <resource.h> or "resource.h". If you have it include with the <> brakets the resource.h would need to be in the same dictionary as files such as iostream.h. You use " " for files you create, or the compier creates for that project.
    To Err Is To Be Human. To Game Is Divine!"

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868

    <resource.h> is created by the compiler

    The resource.h file is created by the compiler when you create a resource. (Dialog, menu ect)

    In MS VC right click on the line

    include <resource.h>

    and try to open. If the compiler can find the file it will.
    If you have not created any resources then there will not be a resource.h

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Super language.
    By Suchy in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-04-2006, 06:41 PM
  2. With super powers would you:
    By Jeremy G in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 09-17-2003, 11:27 PM
  3. Another bad Super Bowl :p
    By PJYelton in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 01-29-2003, 05:33 AM
  4. Post Super Bowl predictions here!
    By PJYelton in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 01-23-2003, 10:13 PM
  5. Which super hero(ine) are you?
    By biosninja in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 10-15-2002, 06:36 AM