Click here to Skip to main content
15,890,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
pcname1-Mar-15 12:35
pcname1-Mar-15 12:35 
AnswerRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
Richard Andrew x641-Mar-15 13:07
professionalRichard Andrew x641-Mar-15 13:07 
GeneralRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
pcname1-Mar-15 14:13
pcname1-Mar-15 14:13 
AnswerRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
Richard Andrew x641-Mar-15 14:20
professionalRichard Andrew x641-Mar-15 14:20 
GeneralRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
pcname1-Mar-15 14:56
pcname1-Mar-15 14:56 
AnswerRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
Richard MacCutchan1-Mar-15 22:54
mveRichard MacCutchan1-Mar-15 22:54 
GeneralRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
pcname2-Mar-15 15:07
pcname2-Mar-15 15:07 
GeneralRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
Richard MacCutchan2-Mar-15 21:05
mveRichard MacCutchan2-Mar-15 21:05 
The fact that it works when you add a delay suggests that the file path buffer is getting destroyed before the thread process has constructed the message box. You should ensure the buffer is preserved until the thread has finished using it, by some form of synchronisation. Or better still don't use threads unless they are serving some necessary function.
AnswerRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
Stephen Hewitt2-Mar-15 14:33
Stephen Hewitt2-Mar-15 14:33 
GeneralRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
pcname2-Mar-15 15:11
pcname2-Mar-15 15:11 
AnswerRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
Frankie-C2-Mar-15 22:04
Frankie-C2-Mar-15 22:04 
GeneralRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
pcname3-Mar-15 14:50
pcname3-Mar-15 14:50 
GeneralRe: How to correctly pass a LPCSTR type parameter to a thread in DLL? Pin
Frankie-C3-Mar-15 23:06
Frankie-C3-Mar-15 23:06 
Questionfotron 77 to c++ conversion Pin
Nileshb11127-Feb-15 22:12
Nileshb11127-Feb-15 22:12 
QuestionRe: fotron 77 to c++ conversion Pin
Richard MacCutchan27-Feb-15 22:17
mveRichard MacCutchan27-Feb-15 22:17 
AnswerRe: fotron 77 to c++ conversion Pin
Nileshb11128-Feb-15 0:09
Nileshb11128-Feb-15 0:09 
GeneralRe: fotron 77 to c++ conversion Pin
Richard MacCutchan28-Feb-15 0:14
mveRichard MacCutchan28-Feb-15 0:14 
AnswerRe: fotron 77 to c++ conversion Pin
Nileshb11128-Feb-15 0:16
Nileshb11128-Feb-15 0:16 
GeneralRe: fotron 77 to c++ conversion PinPopular
Richard MacCutchan28-Feb-15 0:19
mveRichard MacCutchan28-Feb-15 0:19 
GeneralRe: fotron 77 to c++ conversion Pin
Nileshb11128-Feb-15 0:30
Nileshb11128-Feb-15 0:30 
GeneralRe: fotron 77 to c++ conversion Pin
Nileshb11128-Feb-15 17:39
Nileshb11128-Feb-15 17:39 
GeneralRe: fotron 77 to c++ conversion Pin
Richard MacCutchan28-Feb-15 21:15
mveRichard MacCutchan28-Feb-15 21:15 
GeneralRe: fotron 77 to c++ conversion Pin
Nileshb1113-Mar-15 8:29
Nileshb1113-Mar-15 8:29 
GeneralRe: fotron 77 to c++ conversion Pin
Richard MacCutchan3-Mar-15 21:09
mveRichard MacCutchan3-Mar-15 21:09 
QuestionWMI services? Pin
john563227-Feb-15 15:54
john563227-Feb-15 15:54 

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.