Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAdd static colors to menu item Pin
johnalek5-Dec-06 1:07
johnalek5-Dec-06 1:07 
AnswerRe: Add static colors to menu item Pin
Hamid_RT5-Dec-06 18:11
Hamid_RT5-Dec-06 18:11 
GeneralRe: Add static colors to menu item Pin
johnalek5-Dec-06 18:39
johnalek5-Dec-06 18:39 
GeneralRe: Add static colors to menu item Pin
Hamid_RT15-Dec-06 6:58
Hamid_RT15-Dec-06 6:58 
QuestionAutomatic Demonstration Capability - ideas? Pin
[d3m0n]5-Dec-06 0:48
[d3m0n]5-Dec-06 0:48 
AnswerRe: Automatic Demonstration Capability - ideas? Pin
Pierre Leclercq5-Dec-06 1:39
Pierre Leclercq5-Dec-06 1:39 
GeneralRe: Automatic Demonstration Capability - ideas? Pin
[d3m0n]5-Dec-06 5:36
[d3m0n]5-Dec-06 5:36 
QuestionUsing _T() and L"" in UNICODE Projects? [modified] Pin
bosfan5-Dec-06 0:45
bosfan5-Dec-06 0:45 
Hello community,
have one question about L"" for unicode strings:
do i have to use this L"" for strings always, even if is only one caracter length,
also, if i have an single character to compare, something like this:
('H' == *lpsz) // lpsz is an LPCTSTR loaded from an CString
//or to use
(L'H' == *lpsz)
// and 
("H" == *lpsz)
//or to use
(L"H" == *lpsz)

to often my application breaks in this line:
// original code, my program breaks here sometimes:
while( (*wcStrToAnalyse != '\0') && (*wcStrToAnalyse != ' ') )
// i want to loop through this string before i find an first space or string end

and my project is in unicode.
thanks in advance
break;



-- modified at 6:55 Tuesday 5th December, 2006
AnswerRe: Using _T() and L"" in UNICODE Projects? Pin
toxcct5-Dec-06 0:56
toxcct5-Dec-06 0:56 
GeneralRe: Using _T() and L"" in UNICODE Projects? Pin
bosfan5-Dec-06 1:02
bosfan5-Dec-06 1:02 
GeneralRe: Using _T() and L"" in UNICODE Projects? Pin
toxcct5-Dec-06 2:09
toxcct5-Dec-06 2:09 
GeneralRe: Using _T() and L"" in UNICODE Projects? Pin
spielehelfer5-Dec-06 3:23
spielehelfer5-Dec-06 3:23 
GeneralRe: Using _T() and L"" in UNICODE Projects? Pin
toxcct5-Dec-06 3:26
toxcct5-Dec-06 3:26 
QuestionDebugging a dll project! Pin
xardas95-Dec-06 0:28
xardas95-Dec-06 0:28 
AnswerRe: Debugging a dll project! Pin
toxcct5-Dec-06 0:42
toxcct5-Dec-06 0:42 
GeneralRe: Debugging a dll project! Pin
xardas95-Dec-06 2:11
xardas95-Dec-06 2:11 
GeneralRe: Debugging a dll project! Pin
toxcct5-Dec-06 3:17
toxcct5-Dec-06 3:17 
QuestionGroups in List Control Pin
kiranin4-Dec-06 23:47
kiranin4-Dec-06 23:47 
AnswerRe: Groups in List Control Pin
kanduripavan5-Dec-06 0:07
kanduripavan5-Dec-06 0:07 
Generalno SMS please Pin
toxcct5-Dec-06 0:16
toxcct5-Dec-06 0:16 
QuestionWhere Does the Extra Thread Come From? Pin
Cliff Hatch4-Dec-06 23:42
Cliff Hatch4-Dec-06 23:42 
AnswerRe: Where Does the Extra Thread Come From? Pin
Naveen5-Dec-06 0:09
Naveen5-Dec-06 0:09 
GeneralRe: Where Does the Extra Thread Come From? Pin
Cliff Hatch5-Dec-06 0:23
Cliff Hatch5-Dec-06 0:23 
QuestionRe: Where Does the Extra Thread Come From? Pin
Roger Stoltz5-Dec-06 0:26
Roger Stoltz5-Dec-06 0:26 
AnswerRe: Where Does the Extra Thread Come From? Pin
Cliff Hatch5-Dec-06 1:31
Cliff Hatch5-Dec-06 1:31 

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.