Click here to Skip to main content
16,008,010 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: XML and ATL Pin
Christian Graus27-Nov-02 10:16
protectorChristian Graus27-Nov-02 10:16 
GeneralRe: XML and ATL Pin
Bjoern Graf27-Nov-02 20:41
Bjoern Graf27-Nov-02 20:41 
GeneralRe: XML and ATL Pin
Christian Graus27-Nov-02 20:56
protectorChristian Graus27-Nov-02 20:56 
GeneralRe: XML and ATL Pin
Lizp5-Dec-02 17:38
Lizp5-Dec-02 17:38 
GeneralRe: XML and ATL Pin
geo_m5-Dec-02 1:23
geo_m5-Dec-02 1:23 
I guess you have to import somehow the IXMLDomNode definition into your IDL definition. This is more clear than just passing the IDispatch or IUnknown pointers (more typecontrol, passing IUnknown is similar to using void* pointers in the C/C++).

You can probably achieve this by adding the following line to the beginning of idl:

import "msxml.idl";

or something similar
QuestionHow to print an ATL 3.0 based Active X Pin
Peter Mares26-Nov-02 7:36
Peter Mares26-Nov-02 7:36 
AnswerRe: How to print an ATL 3.0 based Active X Pin
bojinyu26-Nov-02 14:51
bojinyu26-Nov-02 14:51 
GeneralRe: How to print an ATL 3.0 based Active X Pin
Peter Mares26-Nov-02 21:36
Peter Mares26-Nov-02 21:36 
GeneralRe: How to print an ATL 3.0 based Active X Pin
bojinyu27-Nov-02 2:31
bojinyu27-Nov-02 2:31 
GeneralRe: How to print an ATL 3.0 based Active X Pin
Peter Mares27-Nov-02 3:00
Peter Mares27-Nov-02 3:00 
QuestionHow do you clean out your registry.... Pin
Member 9625-Nov-02 20:18
Member 9625-Nov-02 20:18 
AnswerRe: How do you clean out your registry.... Pin
Michael Dunn25-Nov-02 20:35
sitebuilderMichael Dunn25-Nov-02 20:35 
QuestionHow to resolve "arning MIDL2039" Pin
TianYang25-Nov-02 18:05
TianYang25-Nov-02 18:05 
AnswerRe: How to resolve "arning MIDL2039" Pin
bojinyu26-Nov-02 14:59
bojinyu26-Nov-02 14:59 
GeneralMap and Functor :: STL Pin
valikac25-Nov-02 17:39
valikac25-Nov-02 17:39 
GeneralRe: Map and Functor :: STL Pin
Christian Graus25-Nov-02 18:09
protectorChristian Graus25-Nov-02 18:09 
GeneralRe: Map and Functor :: STL Pin
valikac25-Nov-02 18:37
valikac25-Nov-02 18:37 
GeneralRe: Map and Functor :: STL Pin
Christian Graus25-Nov-02 18:39
protectorChristian Graus25-Nov-02 18:39 
GeneralRe: Map and Functor :: STL Pin
valikac25-Nov-02 18:42
valikac25-Nov-02 18:42 
GeneralRe: Map and Functor :: STL Pin
Christian Graus25-Nov-02 19:30
protectorChristian Graus25-Nov-02 19:30 
GeneralRe: Map and Functor :: STL Pin
Joaquín M López Muñoz25-Nov-02 20:26
Joaquín M López Muñoz25-Nov-02 20:26 
GeneralOT: What's with the base class? Pin
Michael Dunn25-Nov-02 20:33
sitebuilderMichael Dunn25-Nov-02 20:33 

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.