Click here to Skip to main content
15,914,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionFinding Hex Pin
rajeevktripathi16-Jun-06 3:53
rajeevktripathi16-Jun-06 3:53 
AnswerRe: Finding Hex Pin
David Crow16-Jun-06 4:01
David Crow16-Jun-06 4:01 
GeneralRe: Finding Hex Pin
capricious_00116-Jun-06 4:08
capricious_00116-Jun-06 4:08 
AnswerRe: Finding Hex Pin
capricious_00116-Jun-06 4:06
capricious_00116-Jun-06 4:06 
AnswerRe: Finding Hex Pin
Viorel.16-Jun-06 4:11
Viorel.16-Jun-06 4:11 
QuestionCString's Format Fuction confusion Pin
kitty516-Jun-06 2:57
kitty516-Jun-06 2:57 
AnswerRe: CString's Format Fuction confusion Pin
toxcct16-Jun-06 3:00
toxcct16-Jun-06 3:00 
AnswerRe: CString's Format Fuction confusion [modified] Pin
Viorel.16-Jun-06 3:03
Viorel.16-Jun-06 3:03 
Instead of:

"Original text: <%s>\n"
"Uppered: <%s>\n"
"CompareNoCase says they differ!\n"
"Lowered again: <%s>\n\n"
"Conclusion: CompareNoCase doesn't work correctly!"

try this:

_T("Original text: <%s>\n")
_T("Uppered: <%s>\n")
_T("CompareNoCase says they differ!\n")
_T("Lowered again: <%s>\n\n")
_T("Conclusion: CompareNoCase doesn't work correctly!")

This is because you are compiling an Unicode application. The _T macro allows you to make programs for both Unicode and ANSI modes.


-- modified at 9:04 Friday 16th June, 2006
GeneralRe: CString's Format Fuction confusion Pin
kitty516-Jun-06 3:10
kitty516-Jun-06 3:10 
GeneralRe: CString's Format Fuction confusion Pin
toxcct16-Jun-06 3:13
toxcct16-Jun-06 3:13 
GeneralRe: CString's Format Fuction confusion [modified] Pin
kitty516-Jun-06 3:15
kitty516-Jun-06 3:15 
GeneralRe: CString's Format Fuction confusion [modified] Pin
kakan16-Jun-06 3:14
professionalkakan16-Jun-06 3:14 
QuestionPassing Arrays Of Structs Over Automation-Capable Interfaces... Pin
James R. Twine16-Jun-06 2:56
James R. Twine16-Jun-06 2:56 
Questionchange color [modified] Pin
yogendra kaushik16-Jun-06 2:12
yogendra kaushik16-Jun-06 2:12 
AnswerRe: change color [modified] Pin
_AnsHUMAN_ 16-Jun-06 2:17
_AnsHUMAN_ 16-Jun-06 2:17 
AnswerRe: change color Pin
Hamid_RT16-Jun-06 2:41
Hamid_RT16-Jun-06 2:41 
GeneralRe: change color Pin
yogendra kaushik16-Jun-06 2:55
yogendra kaushik16-Jun-06 2:55 
GeneralRe: change color Pin
Hamid_RT16-Jun-06 3:13
Hamid_RT16-Jun-06 3:13 
AnswerRe: change color Pin
David Crow16-Jun-06 2:41
David Crow16-Jun-06 2:41 
AnswerRe: change color Pin
Laxman Auti16-Jun-06 3:15
Laxman Auti16-Jun-06 3:15 
Questionexporting derived CStatic class from DLL Pin
Tobias7516-Jun-06 2:09
Tobias7516-Jun-06 2:09 
AnswerRe: exporting derived CStatic class from DLL Pin
Laxman Auti16-Jun-06 3:34
Laxman Auti16-Jun-06 3:34 
GeneralRe: exporting derived CStatic class from DLL Pin
Tobias7516-Jun-06 21:21
Tobias7516-Jun-06 21:21 
GeneralRe: exporting derived CStatic class from DLL Pin
Laxman Auti16-Jun-06 23:02
Laxman Auti16-Jun-06 23:02 
GeneralRe: exporting derived CStatic class from DLL Pin
Tobias7518-Jun-06 19:27
Tobias7518-Jun-06 19:27 

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.