AIS_InteractiveContext::>RemoveAll()-problem

Hi,

I'm experiencing a strange behaviour calling AIS_InteractiveContext::>RemoveAll() method while running my MDI application in a multiple monitor mode on secondary(only!) screen. While closing the application with two or more windows call to the method causes memory corruption.

I can't say for 100% that OC is guilty but thought this might be an OpenGL problem (because of multiple screens necessary for the problem to occur).

Anyone experiencing similar behaviour?

Best regards
Pawel

Pawel's picture

Hi,

I guess I figured it out. I have an application with c#, mc++ and c++ mixed code. That was some problem with the finalizer in c#.

Pawel