Click here to Skip to main content
15,885,985 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to update the string value from one class to another class of Property page in mfc.I am getting an runtime error Pin
jeron13-Mar-15 4:00
jeron13-Mar-15 4:00 
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 
"flt" is the file path from VBA. it's "C:\Downloads\HornSound.wav."

Sorry, it's my mistake. the "loct" in MessageBox should be replaced with "flt".

I spent some time try to figure it out.

So as I said, I added " MessageBox(NULL, flt, "Message1", NULL); " before "CloseHandle(hThread);". both messagebox can correctly display my file
path "C:\Downloads\HornSound.wav."

I also found if I replaced "MessageBox" with "Sleep(3000)" before "CloseHandle(hThread);" MessageBox in thread can correctly display my file
path "C:\Downloads\HornSound.wav."

if I add nothing and just removed "CloseHandle(hThread);", MessageBox in thread can also correctly display my file path "C:\Downloads\HornSound.wav."

It seems I cannot close handle right after CreateThread. but that can cause memory leak?
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 
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 

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.