Mail Archives: djgpp/2006/11/20/22:15:07
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
| From: | chuckcar <chuckcar AT nil DOT org>
|
| Newsgroups: | comp.os.msdos.djgpp
|
| Subject: | Re: timeb.h compilation PB
|
| Date: | Tue, 21 Nov 2006 04:14:45 +0100 (CET)
|
| Organization: | Aioe.org NNTP Server
|
| Lines: | 39
|
| Message-ID: | <Xns9881E37DB8977chuckcar@194.177.96.26>
|
| References: | <45622350$0$3739$426a34cc AT news DOT free DOT fr>
|
| NNTP-Posting-Host: | H9IjAxtlJ+exsOu48Awchw.user.aioe.server.aioe.org
|
| X-Complaints-To: | abuse AT aioe DOT org
|
| User-Agent: | Xnews/5.04.25
|
| To: | djgpp AT delorie DOT com
|
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
| Reply-To: | djgpp AT delorie DOT com
|
"Martin Boulte" <martin DOT boulte AT free DOT fr> wrote in
news:45622350$0$3739$426a34cc AT news DOT free DOT fr:
> Good evening, all.
> I try to use use time_b structure in a program. Although I include
> <sys/timeb.h> I got compilation mistake.
> Which include does it miss ?
>
> my program header :
>
> #include <stdio.h>
> #include <sys/timeb.h>
>
>
> main(argc,argv)
>
> int argc;
> char *argv[];
>
> {
> int i,ratioRalentissement, calculatedIndex;
> int duration, testedDuration;
> timeb beginingDate, endingDate;
>
> error message :
>
> C:/Workshop/Snake/Chronometre/chronometre.c: In function `main':
> C:/Workshop/Snake/Chronometre/chronometre.c:13: `timeb' undeclared
> (first use in this function)
>
> Thanks
>
>
>
What was the gcc command/makefile line?
--
(setq (chuck nil) car(chuck) )
- Raw text -