[Development] Help with WinCE: time()
Thiago Macieira
thiago.macieira at intel.com
Thu Apr 3 01:42:45 CEST 2014
According to the C standard, 7.23.2.4:
7.23.2.4 The time function
Synopsis
#include <time.h>
time_t time(time_t *timer);
The Linux manual says:
CONFORMING TO
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
However, it's not working in https://codereview.qt-project.org/81697. The CI
says:
main.cpp(110) : error C3861: 'time': identifier not found
http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_03592/wince70embedded-armv4i-msvc2008_Windows_7/log.txt.gz
What gives? Where is time() defined for WinCE?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list