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
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