K
kippi
Hi everone,
I control Visio through COM interface from my C++ program to change
shapes programmatically (flashing, movevement, change of color etc)
according to measured values. At the end of the runtime I release all
Visio pointers in my program and issue m_Application.Quit(); Sometimes
- not at all times - I get the massage "You cannot close Visio because
a Visio event from another program is processing..." (basically
translation - I have german Visio).
My program is waiting for the "no pending events" event from Visio.
How can I clean close Visio?
Thanks,
Kippi
I control Visio through COM interface from my C++ program to change
shapes programmatically (flashing, movevement, change of color etc)
according to measured values. At the end of the runtime I release all
Visio pointers in my program and issue m_Application.Quit(); Sometimes
- not at all times - I get the massage "You cannot close Visio because
a Visio event from another program is processing..." (basically
translation - I have german Visio).
My program is waiting for the "no pending events" event from Visio.
How can I clean close Visio?
Thanks,
Kippi