Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error LNK2001: unresolved external symbol _strnicmp Pin
Frank K5-Sep-06 1:27
Frank K5-Sep-06 1:27 
GeneralRe: error LNK2001: unresolved external symbol _strnicmp Pin
jalsa G5-Sep-06 1:43
jalsa G5-Sep-06 1:43 
GeneralRe: error LNK2001: unresolved external symbol _strnicmp Pin
Hamid_RT5-Sep-06 2:21
Hamid_RT5-Sep-06 2:21 
GeneralRe: error LNK2001: unresolved external symbol _strnicmp Pin
Frank K5-Sep-06 2:37
Frank K5-Sep-06 2:37 
QuestionShell extensions? Pin
kiranin5-Sep-06 0:57
kiranin5-Sep-06 0:57 
QuestionRe: Shell extensions? Pin
David Crow5-Sep-06 4:27
David Crow5-Sep-06 4:27 
AnswerRe: Shell extensions? Pin
Hamid_RT6-Sep-06 8:30
Hamid_RT6-Sep-06 8:30 
GeneralRe: Shell extensions? Pin
kiranin6-Sep-06 19:29
kiranin6-Sep-06 19:29 
GeneralRe: Shell extensions? Pin
Hamid_RT6-Sep-06 21:51
Hamid_RT6-Sep-06 21:51 
GeneralRe: Shell extensions? Pin
kiranin7-Sep-06 2:47
kiranin7-Sep-06 2:47 
GeneralRe: Shell extensions? Pin
Hamid_RT7-Sep-06 9:05
Hamid_RT7-Sep-06 9:05 
QuestionCSplitterWnd divider line Pin
Parthi_Appu5-Sep-06 0:36
Parthi_Appu5-Sep-06 0:36 
QuestionLINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
jalsa G5-Sep-06 0:28
jalsa G5-Sep-06 0:28 
AnswerRe: LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
Frank K5-Sep-06 0:46
Frank K5-Sep-06 0:46 
AnswerRe: LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
prasad_som5-Sep-06 0:46
prasad_som5-Sep-06 0:46 
GeneralRe: LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
jalsa G5-Sep-06 1:16
jalsa G5-Sep-06 1:16 
GeneralRe: LINK : fatal error LNK1104: cannot open file 'Ws2_32.lib' Pin
Frank K5-Sep-06 1:37
Frank K5-Sep-06 1:37 
Questionextracting digits for a char array Pin
flippydeflippydebop4-Sep-06 23:53
flippydeflippydebop4-Sep-06 23:53 
AnswerRe: extracting digits for a char array Pin
prasad_som5-Sep-06 0:42
prasad_som5-Sep-06 0:42 
AnswerRe: extracting digits for a char array Pin
David Crow5-Sep-06 5:25
David Crow5-Sep-06 5:25 
flippydeflippydebop wrote:
char szBuffer[101];


Use:

char szBuffer[101] = {0};
flippydeflippydebop wrote:
My code below is breaking...


Which means what exactly?


"Talent without discipline is like an octopus on roller skates. There's plenty of movement, but you never know if it's going to be forward, backwards, or sideways." - H. Jackson Brown, Jr.

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: extracting digits for a char array Pin
Hamid_RT6-Sep-06 8:11
Hamid_RT6-Sep-06 8:11 
QuestionHandling WM_INITMENUPOPUP Pin
rrrado4-Sep-06 23:48
rrrado4-Sep-06 23:48 
AnswerRe: Handling WM_INITMENUPOPUP Pin
prasad_som5-Sep-06 1:00
prasad_som5-Sep-06 1:00 
GeneralRe: Handling WM_INITMENUPOPUP Pin
rrrado5-Sep-06 1:23
rrrado5-Sep-06 1:23 
GeneralRe: Handling WM_INITMENUPOPUP Pin
rrrado5-Sep-06 1:31
rrrado5-Sep-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.