Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Strip file lines? Pin
bosfan7-May-07 5:20
bosfan7-May-07 5:20 
GeneralRe: Strip file lines? Pin
toxcct7-May-07 5:30
toxcct7-May-07 5:30 
GeneralRe: Strip file lines? Pin
bosfan7-May-07 5:36
bosfan7-May-07 5:36 
GeneralRe: Strip file lines? Pin
toxcct7-May-07 5:47
toxcct7-May-07 5:47 
GeneralRe: Strip file lines? Pin
David Crow7-May-07 6:19
David Crow7-May-07 6:19 
GeneralRe: Strip file lines? Pin
bosfan7-May-07 21:32
bosfan7-May-07 21:32 
GeneralRe: Strip file lines? [modified] Pin
Mark Salsbery7-May-07 7:01
Mark Salsbery7-May-07 7:01 
GeneralRe: Strip file lines? Pin
toxcct7-May-07 7:16
toxcct7-May-07 7:16 
Mark, if you're using unicode stuff, use CStringW.
otherwise, with CString, prefer _T() macro around your litterals
look, you're even casting to LPCTSTR instead of LPCWSTR... your code is not consistant Wink | ;)

and sorry if you received this multiple times, the servers had a bad time with me


GeneralRe: Strip file lines? Pin
Mark Salsbery8-May-07 4:10
Mark Salsbery8-May-07 4:10 
GeneralRe: Strip file lines? Pin
Mark Salsbery8-May-07 4:13
Mark Salsbery8-May-07 4:13 
GeneralRe: Strip file lines? Pin
bosfan7-May-07 21:30
bosfan7-May-07 21:30 
QuestionLinker Error LNK2005 Pin
tom groezer7-May-07 3:30
tom groezer7-May-07 3:30 
AnswerRe: Linker Error LNK2005 Pin
jhwurmbach7-May-07 4:20
jhwurmbach7-May-07 4:20 
GeneralRe: Linker Error LNK2005 Pin
tom groezer7-May-07 4:51
tom groezer7-May-07 4:51 
GeneralRe: Linker Error LNK2005 Pin
jhwurmbach7-May-07 4:54
jhwurmbach7-May-07 4:54 
AnswerRe: Linker Error LNK2005 Pin
Michael Dunn7-May-07 8:41
sitebuilderMichael Dunn7-May-07 8:41 
QuestionHelp needed Pin
pankaj0dm7-May-07 3:22
pankaj0dm7-May-07 3:22 
AnswerRe: Help needed Pin
David Crow7-May-07 3:23
David Crow7-May-07 3:23 
GeneralRe: Help needed Pin
pankaj0dm7-May-07 3:27
pankaj0dm7-May-07 3:27 
GeneralRe: Help needed Pin
toxcct7-May-07 3:33
toxcct7-May-07 3:33 
GeneralRe: Help needed Pin
pankaj0dm7-May-07 3:48
pankaj0dm7-May-07 3:48 
QuestionRe: Help needed Pin
David Crow7-May-07 3:37
David Crow7-May-07 3:37 
AnswerRe: Help needed Pin
pankaj0dm7-May-07 4:01
pankaj0dm7-May-07 4:01 
QuestionRe: Help needed Pin
David Crow7-May-07 4:11
David Crow7-May-07 4:11 
AnswerRe: Help needed Pin
James R. Twine7-May-07 3:33
James R. Twine7-May-07 3:33 

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.