Mail Archives: cygwin/1998/12/17/13:46:34
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 DOT Dachian AT univ-lemans DOT 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 AT cygnus DOT com" with one line of text: "help".
- Raw text -