Thread: Cannot Open header??!!

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    11

    Cannot Open header??!!

    Hey I have Borlands compiler and am attempting to make gui windows, i just copied the example code and made a project with tyler.h and had tyler.cpp include it but it says unable to open tyler.h I dont know wats goin on... thx

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    did you include it like
    #include "tyler.h"
    or
    #include <tyler.h>

    The first way should be the correct way.

  3. #3
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Make sure you have saved the files. Im not sure but maybe the IDE never actually created the files.
    What is C++?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. IP header "total length" vs. packet size
    By MK27 in forum Networking/Device Communication
    Replies: 2
    Last Post: 01-04-2009, 07:45 AM
  2. Header Files
    By Volair in forum C Programming
    Replies: 2
    Last Post: 12-09-2005, 10:51 AM
  3. Open GL header files
    By Rune Hunter in forum C++ Programming
    Replies: 1
    Last Post: 10-03-2005, 01:10 AM
  4. header and source files
    By gtriarhos in forum C Programming
    Replies: 3
    Last Post: 10-02-2005, 03:16 AM
  5. Replies: 6
    Last Post: 04-02-2002, 05:46 AM