Click here to Skip to main content
16,004,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaledit boxes linking Pin
Oriented12-Mar-04 9:02
Oriented12-Mar-04 9:02 
GeneralRe: edit boxes linking Pin
David Crow12-Mar-04 9:29
David Crow12-Mar-04 9:29 
GeneralRe: edit boxes linking Pin
John R. Shaw12-Mar-04 11:56
John R. Shaw12-Mar-04 11:56 
GeneralRe: edit boxes linking Pin
Branislav13-Mar-04 0:27
Branislav13-Mar-04 0:27 
GeneralWin32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 8:47
Gavin Stark12-Mar-04 8:47 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Mike Dimmick12-Mar-04 8:52
Mike Dimmick12-Mar-04 8:52 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 11:51
Gavin Stark12-Mar-04 11:51 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Mike Dimmick12-Mar-04 12:12
Mike Dimmick12-Mar-04 12:12 
I assume you've already tried calling timeBeginPeriod with a suitable period of time?

I've just noticed how you're measuring the difference. The 'wall clock' time gets updated with a system timer interrupt and only has that resolution, which isn't nearly as accurate as the actual clock time. To accurately measure how long you're waiting, use QueryPerformanceCounter in combination with QueryPerformanceFrequency. You may see a difference.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 13:06
Gavin Stark12-Mar-04 13:06 
GeneralSTL Function Objects Pin
JWood12-Mar-04 8:28
JWood12-Mar-04 8:28 
GeneralRe: STL Function Objects Pin
Tim Smith12-Mar-04 8:43
Tim Smith12-Mar-04 8:43 
GeneralRe: STL Function Objects Pin
Mike Dimmick12-Mar-04 8:47
Mike Dimmick12-Mar-04 8:47 
GeneralRe: STL Function Objects Pin
JWood12-Mar-04 9:40
JWood12-Mar-04 9:40 
GeneralRe: STL Function Objects Pin
Mike Dimmick12-Mar-04 10:00
Mike Dimmick12-Mar-04 10:00 
GeneralGetting thread status programatically Pin
Deian12-Mar-04 8:03
Deian12-Mar-04 8:03 
GeneralRe: Getting thread status programatically Pin
MeterMan12-Mar-04 20:13
MeterMan12-Mar-04 20:13 
GeneralRe: Getting thread status programatically Pin
Prakash Nadar12-Mar-04 22:45
Prakash Nadar12-Mar-04 22:45 
GeneralRe: Getting thread status programatically Pin
Deian13-Mar-04 1:28
Deian13-Mar-04 1:28 
GeneralRe: Getting thread status programatically Pin
Blake Miller17-Mar-04 8:09
Blake Miller17-Mar-04 8:09 
GeneralNeed compact html rendering component for an mfc app Pin
Jim Howard12-Mar-04 6:40
Jim Howard12-Mar-04 6:40 
GeneralRe: Need compact html rendering component for an mfc app Pin
David Crow12-Mar-04 6:59
David Crow12-Mar-04 6:59 
GeneralRe: Need compact html rendering component for an mfc app Pin
Jim Howard12-Mar-04 7:06
Jim Howard12-Mar-04 7:06 
GeneralRe: Need compact html rendering component for an mfc app Pin
Joel Lucsy12-Mar-04 7:45
Joel Lucsy12-Mar-04 7:45 
GeneralRe: Need compact html rendering component for an mfc app Pin
Chris Richardson12-Mar-04 14:15
Chris Richardson12-Mar-04 14:15 
GeneralAccessing Values from a DLL Pin
mike-o12-Mar-04 5:56
mike-o12-Mar-04 5:56 

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.