Click here to Skip to main content
15,904,416 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionDrag drop in MMC Pin
Thanks for all the fish10-Oct-07 20:30
Thanks for all the fish10-Oct-07 20:30 
QuestionThe file "atlbase.h" dosent exist in VS 2005 - What I need to do? Pin
yytg8-Oct-07 9:04
yytg8-Oct-07 9:04 
AnswerRe: The file "atlbase.h" dosent exist in VS 2005 - What I need to do? Pin
Stuart Dootson9-Oct-07 22:58
professionalStuart Dootson9-Oct-07 22:58 
GeneralRe: The file "atlbase.h" dosent exist in VS 2005 - What I need to do? Pin
yytg9-Oct-07 23:22
yytg9-Oct-07 23:22 
GeneralRe: The file "atlbase.h" dosent exist in VS 2005 - What I need to do? Pin
Stuart Dootson10-Oct-07 21:16
professionalStuart Dootson10-Oct-07 21:16 
GeneralRe: The file "atlbase.h" dosent exist in VS 2005 - What I need to do? Pin
yytg11-Oct-07 3:45
yytg11-Oct-07 3:45 
QuestionProblem with setting of value in ATL Property Page Pin
akizelokro7-Oct-07 20:38
akizelokro7-Oct-07 20:38 
QuestionProblem in passing a VARIANT to IXMLDOMNodePtr Pin
Rocky#7-Oct-07 20:27
Rocky#7-Oct-07 20:27 
hi everyone,

well I gotta say this, I'm not a gr8 fan for programming in ATL/MFC but now I'm in a situation where I have to do this stuff. I'm using MSXML 4.0 in a project where I need to develop an XML log as the functions get called.

I'm trying to pass a CString to the nodeTypedValue or NodeValue functions and its giving the error

error C2064: term does not evaluate to a function taking 1 arguments

the Code is given below
CString t = "No Error";
pRetCode->nodeTypedValue(_variant_t(t));


Its also giving this error on this
CString t;
		t.Format("0x%x",hr);
		pRetCode->nodeValue(_variant_t(t));
code>

Can u plz tell me what to do here???

Thanks in advance

Rocky

You can't climb up a ladder with your hands in your pockets.

AnswerRe: Problem in passing a VARIANT to IXMLDOMNodePtr Pin
Michael Dunn7-Oct-07 21:18
sitebuilderMichael Dunn7-Oct-07 21:18 
GeneralRe: Problem in passing a VARIANT to IXMLDOMNodePtr Pin
Rocky#7-Oct-07 21:31
Rocky#7-Oct-07 21:31 
AnswerRe: Problem in passing a VARIANT to IXMLDOMNodePtr Pin
led mike8-Oct-07 4:25
led mike8-Oct-07 4:25 
GeneralRe: Problem in passing a VARIANT to IXMLDOMNodePtr Pin
Rocky#8-Oct-07 18:33
Rocky#8-Oct-07 18:33 
AnswerRe: Problem in passing a VARIANT to IXMLDOMNodePtr Pin
myshketer9-Oct-07 2:24
myshketer9-Oct-07 2:24 
GeneralRe: Problem in passing a VARIANT to IXMLDOMNodePtr Pin
Rocky#9-Oct-07 18:25
Rocky#9-Oct-07 18:25 
GeneralRe: Problem in passing a VARIANT to IXMLDOMNodePtr Pin
myshketer9-Oct-07 21:30
myshketer9-Oct-07 21:30 
QuestionHow to implement Collections in ATL? Pin
concoran5-Oct-07 22:15
concoran5-Oct-07 22:15 
AnswerRe: How to implement Collections in ATL? Pin
Michael Dunn7-Oct-07 21:20
sitebuilderMichael Dunn7-Oct-07 21:20 
Questionhow to change toolbar in session expiary Pin
rindam5-Oct-07 20:01
rindam5-Oct-07 20:01 
AnswerRe: how to change toolbar in session expiary Pin
yytg11-Oct-07 5:32
yytg11-Oct-07 5:32 
QuestionFinding in a vector of Structure Pin
Pankaj.Jain5-Oct-07 19:59
professionalPankaj.Jain5-Oct-07 19:59 
AnswerRe: Finding in a vector of Structure Pin
John R. Shaw5-Oct-07 23:53
John R. Shaw5-Oct-07 23:53 
AnswerRe: Finding in a vector of Structure Pin
Stephen Hewitt7-Oct-07 14:38
Stephen Hewitt7-Oct-07 14:38 
Questionhow to use max_element with a vector Pin
s196675m5-Oct-07 13:21
s196675m5-Oct-07 13:21 
AnswerRe: how to use max_element with a vector Pin
John R. Shaw6-Oct-07 0:27
John R. Shaw6-Oct-07 0:27 
QuestionMessage handling Pin
_tasleem5-Oct-07 11:13
_tasleem5-Oct-07 11:13 

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.