Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: console to mfc again.. Pin
Assariah kingsly15-Jun-05 6:08
Assariah kingsly15-Jun-05 6:08 
GeneralRe: console to mfc again.. Pin
David Crow15-Jun-05 6:14
David Crow15-Jun-05 6:14 
GeneralRe: console to mfc again.. Pin
Assariah kingsly15-Jun-05 6:22
Assariah kingsly15-Jun-05 6:22 
GeneralRe: console to mfc again.. Pin
David Crow15-Jun-05 7:41
David Crow15-Jun-05 7:41 
Generalsearch engine Pin
gamitech14-Jun-05 8:26
gamitech14-Jun-05 8:26 
GeneralRe: search engine Pin
David Crow14-Jun-05 8:31
David Crow14-Jun-05 8:31 
GeneralXML namespace problem i think Pin
LCI14-Jun-05 3:40
LCI14-Jun-05 3:40 
GeneralRe: XML namespace problem i think Pin
Michael Dunn14-Jun-05 4:17
sitebuilderMichael Dunn14-Jun-05 4:17 
LCI wrote:
createProcessingInstruction("xml", "version=""1.0""", &pIXMLDOMProcessing);

Your quote-escaping is wrong, use \" not ""

createProcessingInstruction("xml", "version=<font color=blue>\"</font>1.0<font color=blue>\"</font>", &pIXMLDOMProcessing);

--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ
Strange things are afoot at the U+004B U+20DD

GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 7:24
LCI14-Jun-05 7:24 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 7:34
Tom Archer14-Jun-05 7:34 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 7:41
LCI14-Jun-05 7:41 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 8:25
Tom Archer14-Jun-05 8:25 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 8:31
Tom Archer14-Jun-05 8:31 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 8:51
LCI14-Jun-05 8:51 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 10:37
Tom Archer14-Jun-05 10:37 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 10:56
LCI14-Jun-05 10:56 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 11:20
Tom Archer14-Jun-05 11:20 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 11:30
LCI14-Jun-05 11:30 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 11:35
Tom Archer14-Jun-05 11:35 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 11:37
LCI14-Jun-05 11:37 
GeneralRe: XML namespace problem i think Pin
LCI14-Jun-05 11:48
LCI14-Jun-05 11:48 
GeneralRe: XML namespace problem i think Pin
Tom Archer14-Jun-05 12:17
Tom Archer14-Jun-05 12:17 
GeneralRe: XML namespace problem i think Pin
LCI15-Jun-05 5:56
LCI15-Jun-05 5:56 
GeneralMultiple languages in single resource file Pin
senseilee14-Jun-05 3:38
senseilee14-Jun-05 3:38 
GeneralRe: Multiple languages in single resource file Pin
Blake Miller14-Jun-05 9:19
Blake Miller14-Jun-05 9:19 

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.