Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Plz Help!!! Pin
Rajesh R Subramanian13-Mar-08 3:10
professionalRajesh R Subramanian13-Mar-08 3:10 
GeneralRe: Plz Help!!! [OT] Pin
Rajkumar R13-Mar-08 3:25
Rajkumar R13-Mar-08 3:25 
JokeRe: Plz Help!!! [OT] Pin
David Crow13-Mar-08 5:41
David Crow13-Mar-08 5:41 
JokeRe: Plz Help!!! [OT] Pin
Rajkumar R13-Mar-08 5:57
Rajkumar R13-Mar-08 5:57 
GeneralRe: Plz Help!!! Pin
CPallini13-Mar-08 3:38
mveCPallini13-Mar-08 3:38 
GeneralRe: Plz Help!!! Pin
Mark Salsbery13-Mar-08 7:00
Mark Salsbery13-Mar-08 7:00 
JokeRe: Plz Help!!! Pin
Rajesh R Subramanian13-Mar-08 7:11
professionalRajesh R Subramanian13-Mar-08 7:11 
GeneralRe: Plz Help!!! Pin
Rajkumar R13-Mar-08 7:28
Rajkumar R13-Mar-08 7:28 
GeneralRe: Plz Help!!! Pin
Mark Salsbery13-Mar-08 7:44
Mark Salsbery13-Mar-08 7:44 
GeneralRe: Plz Help!!! Pin
Hamid_RT21-Mar-08 5:07
Hamid_RT21-Mar-08 5:07 
QuestionHow to access DLL file on vista? Pin
rowdy_vc++13-Mar-08 2:45
rowdy_vc++13-Mar-08 2:45 
AnswerRe: How to access DLL file on vista? Pin
David Crow13-Mar-08 2:51
David Crow13-Mar-08 2:51 
GeneralRe: How to access DLL file on vista? Pin
rowdy_vc++13-Mar-08 2:56
rowdy_vc++13-Mar-08 2:56 
QuestionRe: How to access DLL file on vista? Pin
Rajesh R Subramanian13-Mar-08 2:57
professionalRajesh R Subramanian13-Mar-08 2:57 
QuestionRe: How to access DLL file on vista? Pin
David Crow13-Mar-08 3:01
David Crow13-Mar-08 3:01 
JokeRe: How to access DLL file on vista? Pin
Rajesh R Subramanian13-Mar-08 3:07
professionalRajesh R Subramanian13-Mar-08 3:07 
GeneralRe: How to access DLL file on vista? Pin
Iain Clarke, Warrior Programmer13-Mar-08 3:38
Iain Clarke, Warrior Programmer13-Mar-08 3:38 
GeneralRe: How to access DLL file on vista? Pin
Iain Clarke, Warrior Programmer13-Mar-08 3:39
Iain Clarke, Warrior Programmer13-Mar-08 3:39 
GeneralRe: How to access DLL file on vista? Pin
Rajesh R Subramanian13-Mar-08 6:58
professionalRajesh R Subramanian13-Mar-08 6:58 
AnswerRe: How to access DLL file on vista? Pin
Demian Panello13-Mar-08 2:59
Demian Panello13-Mar-08 2:59 
GeneralRe: How to access DLL file on vista? Pin
rowdy_vc++13-Mar-08 3:26
rowdy_vc++13-Mar-08 3:26 
GeneralRe: How to access DLL file on vista? Pin
Demian Panello13-Mar-08 5:08
Demian Panello13-Mar-08 5:08 
GeneralMutex Pin
LCI13-Mar-08 2:39
LCI13-Mar-08 2:39 
In C++ i am creating a mutex to guard the writing to a file.
I have 4 threads that call a method in a .dll. The method in that dll, will write to a file when needed. I have a questions surrounding the mutex. First off :

1. Do i use CreateMutex or OpenMutex
2. If i use CreateMutex, can someone guide me on where to find the
attribute list for the 1st parameter.
3. On both Create and Open Murtex, the last parameter 'LPCSTR' is supposed
to be a name of the mutex. Can i just create any name? Should it
be a GUID?


Thanks in advance
GeneralRe: Mutex Pin
Rajkumar R13-Mar-08 3:17
Rajkumar R13-Mar-08 3:17 
GeneralRe: Mutex Pin
LCI13-Mar-08 3:38
LCI13-Mar-08 3:38 

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.