Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Microsoft Visual C++ Runtime Library Error Pin
Paresh Chitte20-Mar-07 1:36
Paresh Chitte20-Mar-07 1:36 
AnswerRe: Microsoft Visual C++ Runtime Library Error Pin
ThatsAlok20-Mar-07 1:46
ThatsAlok20-Mar-07 1:46 
GeneralRe: Microsoft Visual C++ Runtime Library Error Pin
jeron120-Mar-07 8:21
jeron120-Mar-07 8:21 
QuestionHow to backup of mail from Exchange server? Pin
Banks K20-Mar-07 0:44
Banks K20-Mar-07 0:44 
AnswerRe: How to backup of mail from Exchange server? Pin
Laxman Auti20-Mar-07 4:13
Laxman Auti20-Mar-07 4:13 
Questiontype casting problem Pin
amitmistry_petlad 20-Mar-07 0:23
amitmistry_petlad 20-Mar-07 0:23 
AnswerRe: type casting problem Pin
toxcct20-Mar-07 0:26
toxcct20-Mar-07 0:26 
AnswerRe: type casting problem Pin
Parthi_Appu20-Mar-07 0:34
Parthi_Appu20-Mar-07 0:34 
<blockquote class="FQ"><div class="FQA">amitmistry_petlad wrote:</div>w_Path=(WCHAR [])wParam; //type casting problem ??????????</blockquote>

Do like this,
w_Path = reinterpret_cast<WCHAR*>(lParam);

Watch: in sender side WCHAR Path[..] is local to the method and you are using PostMessage. Use SendMessage or allocate memory for Path in heap.



Do your Duty and Don't expect the Result
AnswerRe: type casting problem Pin
prasad_som20-Mar-07 1:21
prasad_som20-Mar-07 1:21 
GeneralRe: type casting problem Pin
amitmistry_petlad 20-Mar-07 1:24
amitmistry_petlad 20-Mar-07 1:24 
GeneralRe: type casting problem Pin
amitmistry_petlad 20-Mar-07 1:46
amitmistry_petlad 20-Mar-07 1:46 
QuestionRe: type casting problem Pin
prasad_som20-Mar-07 1:48
prasad_som20-Mar-07 1:48 
AnswerRe: type casting problem Pin
amitmistry_petlad 20-Mar-07 1:58
amitmistry_petlad 20-Mar-07 1:58 
AnswerRe: type casting problem Pin
prasad_som20-Mar-07 2:06
prasad_som20-Mar-07 2:06 
Questionget data of java application in a HTML page Pin
martin_j19-Mar-07 23:41
martin_j19-Mar-07 23:41 
AnswerRe: get data of java application in a HTML page Pin
ThatsAlok20-Mar-07 1:48
ThatsAlok20-Mar-07 1:48 
QuestionLPCWSTR Problem Pin
Programm3r19-Mar-07 23:32
Programm3r19-Mar-07 23:32 
AnswerRe: LPCWSTR Problem Pin
Parthi_Appu19-Mar-07 23:38
Parthi_Appu19-Mar-07 23:38 
GeneralRe: LPCWSTR Problem Pin
Programm3r20-Mar-07 0:00
Programm3r20-Mar-07 0:00 
AnswerRe: LPCWSTR Problem Pin
toxcct20-Mar-07 0:23
toxcct20-Mar-07 0:23 
AnswerRe: LPCWSTR Problem Pin
prasad_som20-Mar-07 0:29
prasad_som20-Mar-07 0:29 
GeneralRe: LPCWSTR Problem Pin
toxcct20-Mar-07 0:33
toxcct20-Mar-07 0:33 
GeneralRe: LPCWSTR Problem Pin
Parthi_Appu20-Mar-07 0:40
Parthi_Appu20-Mar-07 0:40 
GeneralRe: LPCWSTR Problem Pin
toxcct20-Mar-07 0:48
toxcct20-Mar-07 0:48 
GeneralRe: LPCWSTR Problem Pin
Rajesh R Subramanian20-Mar-07 2:03
professionalRajesh R Subramanian20-Mar-07 2:03 

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.