Re: Header File (with' -' symbol)
- From: Chris Dollin <chris.dollin@xxxxxx>
- Date: Thu, 31 May 2007 10:27:35 +0100
saran.jegan@xxxxxxxxx wrote:
In my C program am using some header file name with cgi-lib.h, cgi-
llist.h.... am getting some error like cant open cgi-lib.h (i checked
the path DIR) ,but when am change the name by removing the '-' symbol
its working well..what might be the reason for this ( compiler -
Borland )
I'd guess that there's no such header file as `cgi-lib.h` but
there is one called `cgilib.h`. Since neither name is part of
the standard, it's an implementation-specific or installation-specific
or user-specific detail. You don't show the actual #include
line and we don't know if your compiler has interesting rules
mapping header names to file names.
--
"There's a doorway where there was a wall" /Master Humpries Clock/
Hewlett-Packard Limited registered no:
registered office: Cain Road, Bracknell, Berks RG12 1HN 690597 England
.
- References:
- Header File (with' -' symbol)
- From: saran . jegan
- Header File (with' -' symbol)
- Prev by Date: Re: HELP!! Two questions from <<the c programming language>>
- Next by Date: Header File (with' -' symbol)
- Previous by thread: Header File (with' -' symbol)
- Next by thread: A good compiler please....
- Index(es):
Relevant Pages
|