Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: image pixels Pin
Member 42102521-May-04 11:52
Member 42102521-May-04 11:52 
GeneralVStudio; Property Wnd Pin
kylur20-May-04 8:15
kylur20-May-04 8:15 
GeneralRe: VStudio; Property Wnd Pin
Antti Keskinen20-May-04 11:22
Antti Keskinen20-May-04 11:22 
Generalsetting the size of a CFrameWnd Pin
kfaday20-May-04 8:05
kfaday20-May-04 8:05 
GeneralRe: setting the size of a CFrameWnd Pin
kylur20-May-04 8:21
kylur20-May-04 8:21 
GeneralRe: setting the size of a CFrameWnd Pin
oleg6320-May-04 8:24
professionaloleg6320-May-04 8:24 
GeneralRe: setting the size of a CFrameWnd Pin
kfaday20-May-04 8:32
kfaday20-May-04 8:32 
GeneralSetting the delay time for ToolTips control Pin
Cyrus Dang20-May-04 6:58
Cyrus Dang20-May-04 6:58 
GeneralCListBox problem... Pin
Mirelutza20-May-04 6:43
Mirelutza20-May-04 6:43 
GeneralRe: CListBox problem... Pin
David Crow20-May-04 9:20
David Crow20-May-04 9:20 
GeneralRe: CListBox problem... Pin
Mirelutza20-May-04 10:28
Mirelutza20-May-04 10:28 
GeneralRe: CListBox problem... Pin
*Dreamz20-May-04 18:38
*Dreamz20-May-04 18:38 
GeneralRe: CListBox problem... Pin
Mirelutza20-May-04 21:16
Mirelutza20-May-04 21:16 
GeneralRe: CListBox problem... Pin
Mirelutza20-May-04 21:44
Mirelutza20-May-04 21:44 
GeneralCatch Return Key in CListBox Pin
aturki20-May-04 5:39
aturki20-May-04 5:39 
GeneralRe: Catch Return Key in CListBox Pin
Iain Clarke, Warrior Programmer20-May-04 5:59
Iain Clarke, Warrior Programmer20-May-04 5:59 
GeneralRe: Catch Return Key in CListBox Pin
Andrew Quinn AUS20-May-04 6:06
Andrew Quinn AUS20-May-04 6:06 
GeneralUse pipe without WriteFile Func Pin
Anonymous20-May-04 5:39
Anonymous20-May-04 5:39 
GeneralRe: Use pipe without WriteFile Func Pin
valikac20-May-04 6:10
valikac20-May-04 6:10 
GeneralRe: Use pipe without WriteFile Func Pin
Member 42102520-May-04 6:32
Member 42102520-May-04 6:32 
GeneralLong Wait for a Mutex Pin
sweep12320-May-04 5:27
sweep12320-May-04 5:27 
GeneralRe: Long Wait for a Mutex Pin
valikac20-May-04 6:14
valikac20-May-04 6:14 
GeneralRe: Long Wait for a Mutex Pin
sweep12320-May-04 6:21
sweep12320-May-04 6:21 
GeneralRe: Long Wait for a Mutex Pin
valikac20-May-04 6:31
valikac20-May-04 6:31 
GeneralRe: Long Wait for a Mutex Pin
sweep12320-May-04 6:36
sweep12320-May-04 6:36 
Thanks, got it working, one other question, will the processing for protecting the data be under 100msec;

i.e. the time to:-
Create(m)
WaitForSingleObject(m)
ReleaseMutex(m)

I know is a very general question but an order of magnitude would be helpful.

I have a timer checking for new data, the rate could be 100msec to several seconds?


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.