DiscussionsIssue archiveOther usage issues

Archived discussion

AIS_InteractiveContext::>RemoveAll()-problem

Other usage issuesWed, 02/07/2007 - 20:391 reply

Browse this forum
QuestionAuthor

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
Author

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

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

Author