Click here to Skip to main content
15,883,933 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To find biggest of n numbers ? Pin
David Crow13-Oct-17 16:10
David Crow13-Oct-17 16:10 
GeneralRe: To find biggest of n numbers ? Pin
Richard MacCutchan13-Oct-17 22:33
mveRichard MacCutchan13-Oct-17 22:33 
AnswerRe: To find biggest of n numbers ? Pin
leon de boer13-Oct-17 6:50
leon de boer13-Oct-17 6:50 
Questionwhile error ? Pin
bluatigro12-Oct-17 0:23
bluatigro12-Oct-17 0:23 
QuestionRe: while error ? Pin
David Crow12-Oct-17 2:35
David Crow12-Oct-17 2:35 
AnswerRe: while error ? Pin
Manish K. Agarwal12-Oct-17 4:22
Manish K. Agarwal12-Oct-17 4:22 
AnswerRe: while error ? Pin
Manish K. Agarwal12-Oct-17 4:26
Manish K. Agarwal12-Oct-17 4:26 
QuestionWhere is GetTickCount64()? Pin
inlandchris11-Oct-17 11:10
inlandchris11-Oct-17 11:10 
Please help: I cannot find the header file for GetTickCount64()
I am using GetTickCount() but that is only good for about 49 days and my program runs forever..maybe.
Anyway, I am using C++ with MFC
I even tried this:
#if (_WIN32_WINNT >= 0x0600)
WINBASEAPI ULONGLONG WINAPI GetTickCount64(void);
#endif
But that only declares it so the compiler doesn't complain and don't need the header file but its not in any library or DLL that I can find.
I have tried searching everywhere on the computer and the internet, what am I doing wrong?
I am using both MSVC2005 and MSVC2015 with very bad luck.
Compilers parameters:
Application (.exe)
Use MFC in a Static Library
Use of ATL: Static Link to ATL
Use Multi-Byte Character Set
No Common Language Runtime support
and
#define WINVER 0x0601

Thanks in advance
Craig

modified 11-Oct-17 17:26pm.

AnswerRe: Where is GetTickCount64()? Pin
Randor 11-Oct-17 11:52
professional Randor 11-Oct-17 11:52 
GeneralRe: Where is GetTickCount64()? Pin
inlandchris11-Oct-17 17:24
inlandchris11-Oct-17 17:24 
GeneralRe: Where is GetTickCount64()? Pin
Randor 11-Oct-17 19:26
professional Randor 11-Oct-17 19:26 
AnswerRe: Where is GetTickCount64()? Pin
leon de boer11-Oct-17 15:29
leon de boer11-Oct-17 15:29 
GeneralRe: Where is GetTickCount64()? Pin
inlandchris11-Oct-17 17:27
inlandchris11-Oct-17 17:27 
GeneralRe: Where is GetTickCount64()? Pin
Richard MacCutchan11-Oct-17 21:23
mveRichard MacCutchan11-Oct-17 21:23 
AnswerRe: Where is GetTickCount64()? Pin
inlandchris12-Oct-17 2:09
inlandchris12-Oct-17 2:09 
GeneralRe: Where is GetTickCount64()? Pin
leon de boer11-Oct-17 22:14
leon de boer11-Oct-17 22:14 
AnswerRe: Where is GetTickCount64()? Pin
inlandchris12-Oct-17 2:14
inlandchris12-Oct-17 2:14 
GeneralRe: Where is GetTickCount64()? Pin
inlandchris18-Oct-17 8:25
inlandchris18-Oct-17 8:25 
GeneralRe: Where is GetTickCount64()? Pin
leon de boer18-Oct-17 9:09
leon de boer18-Oct-17 9:09 
AnswerRe: Where is GetTickCount64()? Pin
«_Superman_»11-Oct-17 19:03
professional«_Superman_»11-Oct-17 19:03 
GeneralRe: Where is GetTickCount64()? Pin
inlandchris12-Oct-17 2:40
inlandchris12-Oct-17 2:40 
QuestionVST programing Pin
Haiou10-Oct-17 18:44
Haiou10-Oct-17 18:44 
AnswerRe: VST programing Pin
Richard MacCutchan10-Oct-17 21:00
mveRichard MacCutchan10-Oct-17 21:00 
QuestionGenetic Prorgaming Pin
bluatigro9-Oct-17 2:19
bluatigro9-Oct-17 2:19 
AnswerRe: Genetic Prorgaming Pin
David Crow9-Oct-17 2:39
David Crow9-Oct-17 2:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.