M
Martin Hinchy
Windows XP PowerPoint 2002 (SP2)
Hello All,
I have a VC++ 6.0 kiosk application that uses PowerPoint
2002. During execution the application copies and pastes
slides from one presentation to another. It can run for
several weeks and during this time may copy and paste
hundreds of slides. It uses the SlideRange collection's
Copy method and the Slides collection's Paste method to do
this.
During testing we have found that everytime a copy and
paste is done, PowerPoint gradually increases its memory
usage (from 8MB up to approx. 130MB) until eventually the
Paste method fails with a run time error (16389).
I presume this is occurring because the Office Clipboard
is filling up with all the copying and pasting that's
being done. My question is does anyone know how to
programmatically clear out the Office Clipboard? We have
tried emptying the Windows clipboard but this has no
effect.
Regards
Martin
Hello All,
I have a VC++ 6.0 kiosk application that uses PowerPoint
2002. During execution the application copies and pastes
slides from one presentation to another. It can run for
several weeks and during this time may copy and paste
hundreds of slides. It uses the SlideRange collection's
Copy method and the Slides collection's Paste method to do
this.
During testing we have found that everytime a copy and
paste is done, PowerPoint gradually increases its memory
usage (from 8MB up to approx. 130MB) until eventually the
Paste method fails with a run time error (16389).
I presume this is occurring because the Office Clipboard
is filling up with all the copying and pasting that's
being done. My question is does anyone know how to
programmatically clear out the Office Clipboard? We have
tried emptying the Windows clipboard but this has no
effect.
Regards
Martin