Time problems with B20.1

Serguei DACHIAN Serguei.Dachian@univ-lemans.fr
Thu Dec 17 05:44:00 GMT 1998


Hi, everybody.

Here is a little piece of code from one of my programs.  When the program is
run with Sergey's coolview as cygwin1.dll it works great, but when B20.1
official dll is used, the printed time is completely erroneous!!!  Why???

> struct timeb tb;
> char StTm[64];
>
> ftime(&tb);
> strcpy(StTm, ctime(&(tb.time)));
> StTm[strlen(StTm)-1]='\0';
> printf( "%s\n", StTm );

Serguei.
___________________________________________________________________________
Serguei DACHIAN
Laboratoire de Statistique et Processus,
Universite du Maine, Av. Olivier Messiaen
72085 Le Mans CEDEX 9, FRANCE
Tel.   : +33 (0)2 43 83 37 18
Fax.   : +33 (0)2 43 83 35 79
E-mail : Serguei.Dachian@univ-lemans.fr
WWW    : http://www.univ-lemans.fr/sciences/statist/cvs/thesard.html#dachian

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list