Click here to Skip to main content
15,900,589 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Resume and suspend thread Pin
Mark Salsbery16-Dec-06 10:21
Mark Salsbery16-Dec-06 10:21 
QuestionCString::Format - Debug vs Release Pin
Dustin Henry15-Dec-06 4:04
Dustin Henry15-Dec-06 4:04 
AnswerRe: CString::Format - Debug vs Release Pin
kakan15-Dec-06 4:12
professionalkakan15-Dec-06 4:12 
GeneralRe: CString::Format - Debug vs Release Pin
Dustin Henry15-Dec-06 4:15
Dustin Henry15-Dec-06 4:15 
GeneralRe: CString::Format - Debug vs Release Pin
kakan15-Dec-06 4:20
professionalkakan15-Dec-06 4:20 
QuestionRe: CString::Format - Debug vs Release Pin
CPallini15-Dec-06 4:13
mveCPallini15-Dec-06 4:13 
AnswerRe: CString::Format - Debug vs Release Pin
Dustin Henry15-Dec-06 4:16
Dustin Henry15-Dec-06 4:16 
AnswerRe: CString::Format - Debug vs Release Pin
Mike O'Neill15-Dec-06 10:45
Mike O'Neill15-Dec-06 10:45 
For all string literals in your code, you should use the _T("xxx") macro.

For unicode builds, _T() is replaced by 'L', whereas for non-unicode builds it gets replaced by white space. So, literals end up correctly defined automatically, regardless of the build.

Mike
GeneralRe: CString::Format - Debug vs Release Pin
d34studios16-Dec-06 4:27
d34studios16-Dec-06 4:27 
Questionhow to keep data persistance into controls? Pin
Arris7415-Dec-06 4:01
Arris7415-Dec-06 4:01 
AnswerRe: how to keep data persistance into controls? Pin
Chris Losinger15-Dec-06 4:19
professionalChris Losinger15-Dec-06 4:19 
GeneralRe: how to keep data persistance into controls? Pin
Arris7417-Dec-06 22:07
Arris7417-Dec-06 22:07 
AnswerRe: how to keep data persistance into controls? Pin
Hamid_RT15-Dec-06 18:19
Hamid_RT15-Dec-06 18:19 
GeneralRe: how to keep data persistance into controls? Pin
Arris7417-Dec-06 22:09
Arris7417-Dec-06 22:09 
GeneralRe: how to keep data persistance into controls? Pin
Hamid_RT17-Dec-06 23:45
Hamid_RT17-Dec-06 23:45 
GeneralRe: how to keep data persistance into controls? Pin
Arris7418-Dec-06 2:30
Arris7418-Dec-06 2:30 
GeneralRe: how to keep data persistance into controls? Pin
Hamid_RT18-Dec-06 6:40
Hamid_RT18-Dec-06 6:40 
Questionlaunch iexplore from a win32 appl Pin
fakeplastictree9515-Dec-06 3:35
fakeplastictree9515-Dec-06 3:35 
AnswerRe: launch iexplore from a win32 appl Pin
David Crow15-Dec-06 3:46
David Crow15-Dec-06 3:46 
GeneralRe: launch iexplore from a win32 appl Pin
Rage15-Dec-06 3:57
professionalRage15-Dec-06 3:57 
GeneralRe: launch iexplore from a win32 appl Pin
David Crow15-Dec-06 4:00
David Crow15-Dec-06 4:00 
GeneralRe: launch iexplore from a win32 appl Pin
fakeplastictree9515-Dec-06 7:31
fakeplastictree9515-Dec-06 7:31 
AnswerRe: launch iexplore from a win32 appl Pin
Rage15-Dec-06 3:54
professionalRage15-Dec-06 3:54 
AnswerRe: launch iexplore from a win32 appl Pin
Michael Dunn15-Dec-06 11:54
sitebuilderMichael Dunn15-Dec-06 11:54 
QuestionReturning CArray Pin
RockyJames15-Dec-06 3:22
RockyJames15-Dec-06 3:22 

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.