Visio memory leaks

D

Dr. Patrick Havel

Hello everybody,

I control Visio through my VC++ application (process visualization tool,
outproc server) using the COM interface. For e.g. using a cyclic value
setting in the shape sheet properties I use a rectangle to grow and shrink
via one of its axis to show the actual temperature like in a thermometer.
After a few minutes I see that Visio (not my application!) allocates more
and more memory without ever freeing it. I used "m_appVisio.SetUndoEnabled
(FALSE);" as well as "m_appVisio.PurgeUndo();" without the slighest
enhancement.

Does anybody has an idea?

Thanks in advance!

Regards,

Patrick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Visio memory leaks 1

Top