Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: delete this questions Pin
Steve Messer26-Apr-05 16:44
Steve Messer26-Apr-05 16:44 
GeneralRe: delete this questions Pin
Bob Stanneveld27-Apr-05 8:49
Bob Stanneveld27-Apr-05 8:49 
GeneralInterrupt Service Routine Pin
Leelanga26-Apr-05 7:55
Leelanga26-Apr-05 7:55 
GeneralRe: Interrupt Service Routine Pin
David Crow26-Apr-05 8:16
David Crow26-Apr-05 8:16 
GeneralRe: Interrupt Service Routine Pin
Bob Stanneveld26-Apr-05 10:23
Bob Stanneveld26-Apr-05 10:23 
GeneralRe: Interrupt Service Routine Pin
David Crow26-Apr-05 16:40
David Crow26-Apr-05 16:40 
GeneralRe: Interrupt Service Routine Pin
Bob Stanneveld27-Apr-05 8:37
Bob Stanneveld27-Apr-05 8:37 
GeneralRe: Interrupt Service Routine Pin
Leelanga27-Apr-05 3:13
Leelanga27-Apr-05 3:13 
GeneralRe: Interrupt Service Routine Pin
Anonymous26-Apr-05 11:22
Anonymous26-Apr-05 11:22 
QuestionHow to get the absolute path of the virtual folder Pin
Sandeep. Vaidya26-Apr-05 6:45
Sandeep. Vaidya26-Apr-05 6:45 
AnswerRe: How to get the absolute path of the virtual folder Pin
Dean Michaud26-Apr-05 7:36
Dean Michaud26-Apr-05 7:36 
GeneralRe: How to get the absolute path of the virtual folder Pin
Anonymous26-Apr-05 21:03
Anonymous26-Apr-05 21:03 
GeneralQuestion on dialog create Pin
Anonymous26-Apr-05 6:10
Anonymous26-Apr-05 6:10 
GeneralRe: Question on dialog create Pin
Alex_Y26-Apr-05 8:01
Alex_Y26-Apr-05 8:01 
GeneralThread lock Pin
Alex_Y26-Apr-05 5:49
Alex_Y26-Apr-05 5:49 
GeneralRe: Thread lock Pin
Axter26-Apr-05 7:46
professionalAxter26-Apr-05 7:46 
GeneralRe: Thread lock Pin
Alex_Y26-Apr-05 7:58
Alex_Y26-Apr-05 7:58 
GeneralRe: Thread lock Pin
Bob Stanneveld26-Apr-05 10:31
Bob Stanneveld26-Apr-05 10:31 
I don't know what you are doing with 15 UI threads, that ask for a deadlock??? Consider using worker threads and polling using a timer.

But if you really need that, you can always consider using a map, where a thread 'registers' itself before asking for a lock and 'removing' itself when the lock is aquired or released. You can use the value returned by the GetTickCount function as the key.

I also got the blogging virus..[^]
GeneralRe: Thread lock Pin
26-Apr-05 10:49
suss26-Apr-05 10:49 
GeneralRe: Thread lock Pin
Bob Stanneveld27-Apr-05 8:29
Bob Stanneveld27-Apr-05 8:29 
GeneralRe: Thread lock Pin
Alex_Y27-Apr-05 10:09
Alex_Y27-Apr-05 10:09 
Generalsynchronising objects using threads Pin
napoleaninlondon26-Apr-05 5:39
napoleaninlondon26-Apr-05 5:39 
GeneralRe: synchronising objects using threads Pin
Axter26-Apr-05 7:49
professionalAxter26-Apr-05 7:49 
GeneralMy directx sdk lacks a folder!!! Pin
yeetins26-Apr-05 5:35
yeetins26-Apr-05 5:35 
GeneralAbout scrollbar of CScrollView Pin
cash57626-Apr-05 5:12
cash57626-Apr-05 5:12 

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.