Click here to Skip to main content
16,007,504 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DOXYGEN questions Pin
Taka Muraoka16-Jan-03 13:08
Taka Muraoka16-Jan-03 13:08 
GeneralMaking CHTMLEditView work Pin
trimtrom16-Jan-03 9:20
trimtrom16-Jan-03 9:20 
GeneralRe: Making CHTMLEditView work Pin
Neville Franks16-Jan-03 9:50
Neville Franks16-Jan-03 9:50 
GeneralRe: Making CHTMLEditView work Pin
trimtrom18-Jan-03 6:00
trimtrom18-Jan-03 6:00 
QuestionCStringArray - why the hell is that failing? Pin
User 665816-Jan-03 8:48
User 665816-Jan-03 8:48 
AnswerRe: CStringArray - why the hell is that failing? Pin
Gary Kirkham16-Jan-03 9:23
Gary Kirkham16-Jan-03 9:23 
GeneralRe: CStringArray - why the hell is that failing? Pin
User 665816-Jan-03 9:30
User 665816-Jan-03 9:30 
AnswerRe: CStringArray - why the hell is that failing? Pin
Chris Meech16-Jan-03 9:37
Chris Meech16-Jan-03 9:37 
A quick peek at the help tells us that GetAt(int) returns a char. Pretty good chance it does not return a pointer to a string of characters.

If instead of using the runtime function of stricmp(), you had tried to use the CompareNoCase() method of the CString class, you likely would have avoided this error.

Chris Meech

"what makes CP different is the people and sense of community, things people will only discover if they join up and join in." Christian Graus Nov 14, 2002.

"AAAAAAAAAHHHHHH!!!!! Those leaks are driving me crazy! How does one finds a memory leak in a garbage collected environment ??! Daniel Turini Nov. 2, 2002.
GeneralTHANKS BOTH, FOUND THE PROBLEM Pin
User 665816-Jan-03 9:44
User 665816-Jan-03 9:44 
Generaltriggering a button click handler from a menu item, and vice versa Pin
ns16-Jan-03 8:46
ns16-Jan-03 8:46 
GeneralRe: triggering a button click handler from a menu item, and vice versa Pin
Michael Dunn16-Jan-03 9:05
sitebuilderMichael Dunn16-Jan-03 9:05 
GeneralRe: triggering a button click handler from a menu item, and vice versa Pin
Ben Burnett16-Jan-03 9:09
Ben Burnett16-Jan-03 9:09 
GeneralThanks for both resolutions! Pin
ns16-Jan-03 9:10
ns16-Jan-03 9:10 
Generalgetting one menu item to trigger another Pin
ns16-Jan-03 8:43
ns16-Jan-03 8:43 
GeneralRe: getting one menu item to trigger another Pin
Maximilien16-Jan-03 8:50
Maximilien16-Jan-03 8:50 
GeneralRe: getting one menu item to trigger another Pin
ns16-Jan-03 8:59
ns16-Jan-03 8:59 
Generalmodeless dialog in dll Pin
dawo16-Jan-03 7:22
dawo16-Jan-03 7:22 
General[Inline-Assembler] Problems accessing the DS register Pin
Dominik Reichl16-Jan-03 7:23
Dominik Reichl16-Jan-03 7:23 
GeneralRe: [Inline-Assembler] Problems accessing the DS register Pin
Jeremy Falcon16-Jan-03 7:45
professionalJeremy Falcon16-Jan-03 7:45 
GeneralRe: [Inline-Assembler] Problems accessing the DS register Pin
Rick York16-Jan-03 7:50
mveRick York16-Jan-03 7:50 
GeneralRe: [Inline-Assembler] Problems accessing the DS register Pin
Rick York16-Jan-03 7:47
mveRick York16-Jan-03 7:47 
GeneralRe: [Inline-Assembler] Problems accessing the DS register Pin
Dominik Reichl16-Jan-03 9:19
Dominik Reichl16-Jan-03 9:19 
GeneralRe: [Inline-Assembler] Problems accessing the DS register Pin
Jamie Hale16-Jan-03 7:51
Jamie Hale16-Jan-03 7:51 
GeneralRe: [Inline-Assembler] Problems accessing the DS register Pin
Dominik Reichl16-Jan-03 9:16
Dominik Reichl16-Jan-03 9:16 
GeneralRe: [Inline-Assembler] Problems accessing the DS register Pin
Jamie Hale16-Jan-03 9:22
Jamie Hale16-Jan-03 9: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.