Click here to Skip to main content
15,909,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: API For Monitoring Events on a Folder Pin
vikrant kpr23-Aug-07 10:52
vikrant kpr23-Aug-07 10:52 
AnswerRe: API For Monitoring Events on a Folder Pin
ThatsAlok23-Aug-07 20:12
ThatsAlok23-Aug-07 20:12 
AnswerRe: API For Monitoring Events on a Folder Pin
Hamid_RT24-Aug-07 3:02
Hamid_RT24-Aug-07 3:02 
QuestionHow change the menu background color? Pin
Cris23-Aug-07 10:30
Cris23-Aug-07 10:30 
AnswerRe: How change the menu background color? Pin
Mark Salsbery23-Aug-07 10:46
Mark Salsbery23-Aug-07 10:46 
AnswerRe: How change the menu background color? Pin
Hamid_RT24-Aug-07 3:02
Hamid_RT24-Aug-07 3:02 
QuestionTCHAR to char * Pin
Rajesh_Parameswaran23-Aug-07 9:00
Rajesh_Parameswaran23-Aug-07 9:00 
AnswerRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 9:44
Mark Salsbery23-Aug-07 9:44 
Rajesh_Parameswaran wrote:
buff = strTemp.GetBuffer(strTemp.GetLength());


You can't convert a TCHAR* to a TCHAR[512] so that assignment won't work.

What are you trying to do?  Do you need to convert the contents of the
TCHAR array to an array of char or just cast the pointer to the array to a different type?

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 9:49
Mark Salsbery23-Aug-07 9:49 
AnswerRe: TCHAR to char * Pin
Michael Dunn23-Aug-07 10:49
sitebuilderMichael Dunn23-Aug-07 10:49 
GeneralRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 11:17
Mark Salsbery23-Aug-07 11:17 
GeneralRe: TCHAR to char * Pin
Michael Dunn23-Aug-07 12:15
sitebuilderMichael Dunn23-Aug-07 12:15 
GeneralRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 12:40
Mark Salsbery23-Aug-07 12:40 
GeneralRe: TCHAR to char * Pin
Mark Salsbery23-Aug-07 12:45
Mark Salsbery23-Aug-07 12:45 
GeneralRe: TCHAR to char * Pin
Rajesh_Parameswaran24-Aug-07 0:47
Rajesh_Parameswaran24-Aug-07 0:47 
GeneralRe: TCHAR to char * [modified] Pin
Mark Salsbery24-Aug-07 5:04
Mark Salsbery24-Aug-07 5:04 
AnswerRe: TCHAR to char * Pin
Obukhov1-Nov-10 21:24
Obukhov1-Nov-10 21:24 
Questionproblem with context menu code Pin
ivansla23-Aug-07 8:26
ivansla23-Aug-07 8:26 
AnswerRe: problem with context menu code Pin
Maximilien23-Aug-07 8:31
Maximilien23-Aug-07 8:31 
AnswerRe: problem with context menu code Pin
Mark Salsbery23-Aug-07 9:53
Mark Salsbery23-Aug-07 9:53 
AnswerRe: "file selected is not in required template" VC 6.0 MFC Pin
jhwurmbach23-Aug-07 6:25
jhwurmbach23-Aug-07 6:25 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
Vaclav_23-Aug-07 6:37
Vaclav_23-Aug-07 6:37 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
ThatsAlok23-Aug-07 19:26
ThatsAlok23-Aug-07 19:26 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
Vaclav_24-Aug-07 9:47
Vaclav_24-Aug-07 9:47 
GeneralRe: "file selected is not in required template" VC 6.0 MFC Pin
Iain Clarke, Warrior Programmer23-Aug-07 22:28
Iain Clarke, Warrior Programmer23-Aug-07 22:28 

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.