Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: xml parser in vc++? Pin
Cedric Moonen12-Feb-07 0:55
Cedric Moonen12-Feb-07 0:55 
AnswerRe: xml parser in vc++? Pin
jhwurmbach12-Feb-07 1:25
jhwurmbach12-Feb-07 1:25 
GeneralRe: xml parser in vc++? Pin
$uresh $hanmugam13-Feb-07 1:03
$uresh $hanmugam13-Feb-07 1:03 
GeneralRe: xml parser in vc++? Pin
jhwurmbach13-Feb-07 1:28
jhwurmbach13-Feb-07 1:28 
GeneralRe: xml parser in vc++? Pin
$uresh $hanmugam13-Feb-07 21:21
$uresh $hanmugam13-Feb-07 21:21 
GeneralRe: xml parser in vc++? Pin
jhwurmbach13-Feb-07 21:35
jhwurmbach13-Feb-07 21:35 
GeneralRe: xml parser in vc++? Pin
$uresh $hanmugam14-Feb-07 0:58
$uresh $hanmugam14-Feb-07 0:58 
GeneralRe: xml parser in vc++? Pin
jhwurmbach14-Feb-07 1:41
jhwurmbach14-Feb-07 1:41 
surezu wrote:
Currently i'm using visual studio 8.


With a XMLParser designed for VC6? Recommending a Xerces dating from 2003?
Hmm.

OK, I got the source here, but its not running due to the ancient old Xerces wanting some stuff from VC6.

Even the CXMLParser-part did not compile, as the author relied on VC6 deviations from the standard.

surezu wrote:
Can you see that the XmlParser.cpp file, there is didn't delete the CXMLParser object in parese function.It's OK tell me your opinion.


Thats OK, because in the destructor of CXMLParser, first the Xerces parser member mParser is deleted, and subsequently XMLPlatformUtils::Terminate();
is called. Xerces is correctly shut down.

What exactly is going wrong?


"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

GeneralRe: xml parser in vc++? Pin
$uresh $hanmugam15-Feb-07 3:04
$uresh $hanmugam15-Feb-07 3:04 
GeneralRe: xml parser in vc++? Pin
jhwurmbach15-Feb-07 3:08
jhwurmbach15-Feb-07 3:08 
GeneralRe: xml parser in vc++? Pin
$uresh $hanmugam14-Mar-07 2:38
$uresh $hanmugam14-Mar-07 2:38 
AnswerRe: xml parser in vc++? Pin
Hamid_RT12-Feb-07 7:28
Hamid_RT12-Feb-07 7:28 
QuestionAdding functions to dialog class without afx msg Pin
ldsdbomber12-Feb-07 0:38
ldsdbomber12-Feb-07 0:38 
QuestionRe: Adding functions to dialog class without afx msg Pin
prasad_som12-Feb-07 1:20
prasad_som12-Feb-07 1:20 
AnswerRe: Adding functions to dialog class without afx msg Pin
Roger Stoltz12-Feb-07 1:21
Roger Stoltz12-Feb-07 1:21 
AnswerRe: Adding functions to dialog class without afx msg Pin
David Crow12-Feb-07 2:21
David Crow12-Feb-07 2:21 
QuestionIndentation/Column-specific image lists in a List View Control Pin
Antti Keskinen12-Feb-07 0:34
Antti Keskinen12-Feb-07 0:34 
QuestionHow to create log file and how it use? Pin
Atul2311-Feb-07 23:42
Atul2311-Feb-07 23:42 
AnswerRe: How to create log file and how it use? Pin
dharani11-Feb-07 23:49
dharani11-Feb-07 23:49 
GeneralRe: How to create log file and how it use? Pin
Atul2312-Feb-07 0:21
Atul2312-Feb-07 0:21 
AnswerRe: How to create log file and how it use? Pin
Rems Kris11-Feb-07 23:53
Rems Kris11-Feb-07 23:53 
AnswerRe: How to create log file and how it use? Pin
David Crow12-Feb-07 2:23
David Crow12-Feb-07 2:23 
AnswerRe: How to create log file and how it use? Pin
Hamid_RT12-Feb-07 7:08
Hamid_RT12-Feb-07 7:08 
Questionexcel automation with visual studio 2005 Pin
crome11-Feb-07 23:40
crome11-Feb-07 23:40 
AnswerRe: excel automation with visual studio 2005 Pin
led mike12-Feb-07 4:40
led mike12-Feb-07 4:40 

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.