Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCDateTimeCtrl Pin
john563223-Sep-08 3:03
john563223-Sep-08 3:03 
AnswerRe: CDateTimeCtrl Pin
David Crow23-Sep-08 3:12
David Crow23-Sep-08 3:12 
QuestionRe: CDateTimeCtrl Pin
CPallini23-Sep-08 3:15
mveCPallini23-Sep-08 3:15 
AnswerRe: CDateTimeCtrl Pin
john563223-Sep-08 4:30
john563223-Sep-08 4:30 
GeneralRe: CDateTimeCtrl Pin
David Crow23-Sep-08 5:47
David Crow23-Sep-08 5:47 
QuestionCTreeCtrl strange behaviour Pin
bhanu_850923-Sep-08 2:31
bhanu_850923-Sep-08 2:31 
AnswerRe: CTreeCtrl strange behaviour Pin
SandipG 23-Sep-08 2:41
SandipG 23-Sep-08 2:41 
QuestionProblem in getting hash values [modified] Pin
Aryan S23-Sep-08 2:22
Aryan S23-Sep-08 2:22 
I want to get hash values from two string. I am using the following code snippet for that purpose

locale loc("English_US");
LONG lValue1 = use_facet< collate<_TCHAR> >(loc).hash(&lpszString1, &lpszString1[_tcslen(lpszString1) - 1]);
LONG lValue2 = use_facet< collate<_TCHAR> >(loc).hash(&lpszString2, &lpszString2[_tcslen(lpszString2) - 1]);

This is working fine. But in a few XP system this piece of code is getting hanged. Do you have any clue what could be the possible reason.

Thanks.

modified on Tuesday, September 23, 2008 8:35 AM

QuestionMulticolumn CComboBox? Pin
bosfan23-Sep-08 1:37
bosfan23-Sep-08 1:37 
AnswerRe: Multicolumn CComboBox? Pin
Rajesh R Subramanian23-Sep-08 1:48
professionalRajesh R Subramanian23-Sep-08 1:48 
GeneralRe: Multicolumn CComboBox? Pin
bosfan23-Sep-08 2:03
bosfan23-Sep-08 2:03 
QuestionRasDial() howto Pin
eusto23-Sep-08 1:28
eusto23-Sep-08 1:28 
QuestionRe: RasDial() howto Pin
David Crow23-Sep-08 3:17
David Crow23-Sep-08 3:17 
AnswerRe: RasDial() howto Pin
eusto23-Sep-08 3:34
eusto23-Sep-08 3:34 
QuestionRe: RasDial() howto Pin
David Crow23-Sep-08 3:40
David Crow23-Sep-08 3:40 
AnswerRe: RasDial() howto Pin
eusto23-Sep-08 4:38
eusto23-Sep-08 4:38 
GeneralRe: RasDial() howto Pin
David Crow23-Sep-08 4:46
David Crow23-Sep-08 4:46 
GeneralRe: RasDial() howto Pin
eusto23-Sep-08 4:57
eusto23-Sep-08 4:57 
Questionchange Static text font size Pin
Dhiraj kumar Saini23-Sep-08 0:13
Dhiraj kumar Saini23-Sep-08 0:13 
AnswerRe: change Static text font size Pin
KarstenK23-Sep-08 0:28
mveKarstenK23-Sep-08 0:28 
Questionside by side configration error Pin
VCProgrammer22-Sep-08 23:55
VCProgrammer22-Sep-08 23:55 
AnswerRe: side by side configration error Pin
toxcct23-Sep-08 0:03
toxcct23-Sep-08 0:03 
GeneralRe: side by side configration error Pin
VCProgrammer23-Sep-08 0:07
VCProgrammer23-Sep-08 0:07 
GeneralRe: side by side configration error Pin
Rajesh R Subramanian23-Sep-08 0:08
professionalRajesh R Subramanian23-Sep-08 0:08 
GeneralRe: side by side configration error Pin
VCProgrammer23-Sep-08 0:14
VCProgrammer23-Sep-08 0:14 

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.