Click here to Skip to main content
16,004,727 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: monochrome bitmap Pin
Niklas L23-Apr-02 22:35
Niklas L23-Apr-02 22:35 
GeneralRe: monochrome bitmap Pin
Mike Nordell23-Apr-02 9:54
Mike Nordell23-Apr-02 9:54 
GeneralRe: monochrome bitmap Pin
Niklas L23-Apr-02 22:37
Niklas L23-Apr-02 22:37 
GeneralRe: monochrome bitmap Pin
Christian Graus23-Apr-02 10:08
protectorChristian Graus23-Apr-02 10:08 
GeneralRe: monochrome bitmap Pin
Niklas L23-Apr-02 22:27
Niklas L23-Apr-02 22:27 
GeneralRe: monochrome bitmap Pin
Niklas L23-Apr-02 22:31
Niklas L23-Apr-02 22:31 
GeneralIXMLDOMDocument/node question Pin
Christian Graus23-Apr-02 3:17
protectorChristian Graus23-Apr-02 3:17 
GeneralRe: IXMLDOMDocument/node question Pin
Joaquín M López Muñoz23-Apr-02 3:34
Joaquín M López Muñoz23-Apr-02 3:34 
Hi Chris, this is a shoot in the dark, so I hope I won't hurt anybody. Could it be that ptCopy is not implementing OK the AddRef/Release stuff? Why don't you try using a local variable?
while (ptNode = ptList->nextNode()) // works OK
{
IXMLDOMNodePtr ptCopy = ptNode->cloneNode(VARIANT_TRUE); // works OK
ptOther->appendNode(ptCopy); // This blows up, no matter how I slice & dice it
}
I doubt this will fix the problem, but it is easy to give a try.


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralInvalidate method Pin
Rajveer23-Apr-02 2:57
Rajveer23-Apr-02 2:57 
GeneralRe: Invalidate method Pin
Joaquín M López Muñoz23-Apr-02 3:07
Joaquín M López Muñoz23-Apr-02 3:07 
GeneralNovell Pin
Brian Delahunty23-Apr-02 2:40
Brian Delahunty23-Apr-02 2:40 
GeneralRe: Novell Pin
Joaquín M López Muñoz23-Apr-02 2:46
Joaquín M López Muñoz23-Apr-02 2:46 
GeneralRe: Novell Pin
Brian Delahunty23-Apr-02 2:59
Brian Delahunty23-Apr-02 2:59 
GeneralConversions Pin
Vis23-Apr-02 2:25
Vis23-Apr-02 2:25 
GeneralRe: Conversions Pin
Joaquín M López Muñoz23-Apr-02 2:37
Joaquín M López Muñoz23-Apr-02 2:37 
GeneralRe: Re: Conversions Pin
Vis23-Apr-02 2:44
Vis23-Apr-02 2:44 
GeneralRe: Conversions Pin
Albert Pascual23-Apr-02 6:40
sitebuilderAlbert Pascual23-Apr-02 6:40 
GeneralRe: Conversions Pin
Joaquín M López Muñoz23-Apr-02 6:43
Joaquín M López Muñoz23-Apr-02 6:43 
GeneralMinumum spanning tree Pin
Vladimir Georgiev23-Apr-02 1:00
Vladimir Georgiev23-Apr-02 1:00 
GeneralRe: Minumum spanning tree Pin
Niklas L23-Apr-02 2:00
Niklas L23-Apr-02 2:00 
GeneralRe: Minumum spanning tree Pin
Joaquín M López Muñoz23-Apr-02 2:08
Joaquín M López Muñoz23-Apr-02 2:08 
GeneralIs that correct?! Pin
Deian23-Apr-02 0:24
Deian23-Apr-02 0:24 
GeneralRe: Is that correct?! Pin
Christian Graus23-Apr-02 0:58
protectorChristian Graus23-Apr-02 0:58 
GeneralBringing modeless dialogs to background Pin
Hans Ruck22-Apr-02 23:54
Hans Ruck22-Apr-02 23:54 
GeneralRe: Bringing modeless dialogs to background Pin
Paul M Watt23-Apr-02 5:17
mentorPaul M Watt23-Apr-02 5:17 

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.