2007-12-18 11:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
 + added OS2 version of SETFDATI() - please test it !!!

Thanks Przemek, results are below

Results of current Harbour devel branch build under OS/2:
- eCS 1.2MR
- gcc (GCC) 3.3.5 (Bird Build 2006-03-18 05:37)
- set C_USR=-DHB_LONG_LONG_OFF

---------------------------------------------------------
[E:\harbour712]make -r           1>make_gnu.log
../../gtstd.c: In function `hb_gt_std_ReadKey':
../../gtstd.c:357: warning: unused variable `TODO'
---------------------------------------------------------

>      I'm interesting in results of this code compiled with OS2
>      Harbour build:
>         proc main()
>            local cFile:="_tst.tmp"
>            FCLOSE(FCREATE(cFile))
>            ? FILEDATE(cFile), FILETIME(cFile)
>            ? SETFDATI(cFile,STOD("20061129"),"12:34:45")
>            ? FILEDATE(cFile), FILETIME(cFile)
>            ? SETFDATI(cFile)
>            ? FILEDATE(cFile), FILETIME(cFile)
>            FERASE(cFile)
>         return


Results of code:
--------------------------------
[E:\harbour712\bin]prueba.exe

12/19/07 01:49:30
.F.
10/24/30 06:06:10
.F.
11/12/31 19:21:44
--------------------------------


David Macias




_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to