Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! Is anybody know how to fix this error?
Thank you!
Hi,
How are you using it ? Did you include the corresponding header ?
I using it for time counting. Yes, of course. headers are included. GetTickCount() function is enabled, but not GetTickCount64(). With MSVC compiler there are no problems.
Problem solved by adding this flag to *.PRO file:
QMAKE_CXXFLAGS += "-D_WIN32_WINNT=0x0600"