Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LNK2001: Pin
Prasann Mayekar1-Sep-08 2:19
Prasann Mayekar1-Sep-08 2:19 
GeneralRe: LNK2001: Pin
T.RATHA KRISHNAN1-Sep-08 2:19
T.RATHA KRISHNAN1-Sep-08 2:19 
AnswerRe: LNK2001: Pin
Cedric Moonen1-Sep-08 2:26
Cedric Moonen1-Sep-08 2:26 
GeneralRe: LNK2001: Pin
T.RATHA KRISHNAN1-Sep-08 2:31
T.RATHA KRISHNAN1-Sep-08 2:31 
GeneralRe: LNK2001: Pin
Cedric Moonen1-Sep-08 2:35
Cedric Moonen1-Sep-08 2:35 
GeneralRe: LNK2001: Pin
T.RATHA KRISHNAN1-Sep-08 2:41
T.RATHA KRISHNAN1-Sep-08 2:41 
GeneralRe: LNK2001: Pin
Cedric Moonen1-Sep-08 2:44
Cedric Moonen1-Sep-08 2:44 
QuestionHow to create an XML document dynamically using MSXML? Pin
zengkun1001-Sep-08 1:34
zengkun1001-Sep-08 1:34 
How to created a well-formatted xml document like this using MSXML(I'm using MSXML6)?

<?xml version="1.0" encoding="utf-8"?>
<!--there are some comments-->
<root>
<node1>...</node1>
</root>

I found no way to add a CRLF after the ProcessInstruction and the first comment, but I do know how to add a CRLF in root node——Just createTextNode and add to the root element.
So my program will always create a xml document like this

<?xml version="1.0" encoding="utf-8"?><!--there are some comments--><root>
<node1>...</node1>
</root>

Please help. Thanks Smile | :)

A Chinese VC++ programmer

AnswerRe: How to create an XML document dynamically using MSXML? Pin
Ștefan-Mihai MOGA1-Sep-08 8:09
professionalȘtefan-Mihai MOGA1-Sep-08 8:09 
QuestionMDI Pin
MsmVc1-Sep-08 1:12
MsmVc1-Sep-08 1:12 
QuestionHow to free rest of the memory (Total Allocated minus used) in an byte array ? Pin
kapardhi1-Sep-08 1:10
kapardhi1-Sep-08 1:10 
AnswerRe: How to free rest of the memory (Total Allocated minus used) in an byte array ? Pin
SandipG 1-Sep-08 1:18
SandipG 1-Sep-08 1:18 
AnswerRe: How to free rest of the memory (Total Allocated minus used) in an byte array ? Pin
Perspx1-Sep-08 1:20
Perspx1-Sep-08 1:20 
GeneralRe: How to free rest of the memory (Total Allocated minus used) in an byte array ? Pin
SandipG 1-Sep-08 1:22
SandipG 1-Sep-08 1:22 
GeneralRe: How to free rest of the memory (Total Allocated minus used) in an byte array ? Pin
Perspx1-Sep-08 1:24
Perspx1-Sep-08 1:24 
GeneralRe: How to free rest of the memory (Total Allocated minus used) in an byte array ? Pin
Cedric Moonen1-Sep-08 1:28
Cedric Moonen1-Sep-08 1:28 
AnswerRe: How to free rest of the memory (Total Allocated minus used) in an byte array ? Pin
Cedric Moonen1-Sep-08 1:35
Cedric Moonen1-Sep-08 1:35 
Questionhh.exe problem during switch user Pin
_chew1-Sep-08 0:45
_chew1-Sep-08 0:45 
Questioncreating spline thru n points (c/c++) Pin
raesa31-Aug-08 23:25
raesa31-Aug-08 23:25 
AnswerRe: creating spline thru n points (c/c++) Pin
beko1-Sep-08 3:38
beko1-Sep-08 3:38 
GeneralRe: creating spline thru n points (c/c++) Pin
raesa2-Sep-08 1:00
raesa2-Sep-08 1:00 
QuestionOnInitDialog giving debug assertion failure Pin
Dhiraj kumar Saini31-Aug-08 23:21
Dhiraj kumar Saini31-Aug-08 23:21 
AnswerRe: OnInitDialog giving debug assertion failure Pin
Cedric Moonen31-Aug-08 23:26
Cedric Moonen31-Aug-08 23:26 
GeneralRe: OnInitDialog giving debug assertion failure Pin
Dhiraj kumar Saini31-Aug-08 23:28
Dhiraj kumar Saini31-Aug-08 23:28 
GeneralRe: OnInitDialog giving debug assertion failure Pin
Cedric Moonen31-Aug-08 23:31
Cedric Moonen31-Aug-08 23: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.