Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTPPropExchangeXMLNode -- MS XML Requirements?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPPropExchangeXMLNode -- MS XML Requirements?

 Post Reply Post Reply
Author
Message
AlexXF View Drop Down
Newbie
Newbie


Joined: 10 April 2007
Location: Czech Republic
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote AlexXF Quote  Post ReplyReply Direct Link To This Post Topic: CXTPPropExchangeXMLNode -- MS XML Requirements?
    Posted: 17 December 2008 at 11:10am
I have a problems:
 

CXTPPropExchangeXMLNode::LoadFromString fails on some users PC's

Is there any requirements to use this class?

Is there any required updates/install from Microsoft?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 18 December 2008 at 6:30am
Hi,
Yes, MSXML have to be installed. but its part of at least IE 5.0.
 
LoadFromString  can fail if you have Unicode chars and not set encoding right.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 18 December 2008 at 7:16pm
An ugly dependency if you ask me.
 
Why not use TinyXML instead?
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 05 January 2009 at 3:47am
Is it possible to #undef linking to IE-dlls?
PokerMemento - http://www.pokermemento.com/
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 05 January 2009 at 6:29am
Hi,
There is no linking. If you don't create CXTPPropExchangeXMLNode object, this dll will never be used.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
sharky View Drop Down
Newbie
Newbie


Joined: 07 January 2009
Location: Czech Republic
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote sharky Quote  Post ReplyReply Direct Link To This Post Posted: 07 January 2009 at 12:29pm
Originally posted by oleg oleg wrote:

LoadFromString  can fail if you have Unicode chars and not set encoding right.
 
Application is unicode, call function like CXTPPropExchangeXMLNode::LoadFromString(LPCWSTR)
What encoding you talk about? Can you explain your answer, please?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.281 seconds.