
Wed, 10/04/2006 - 18:18
Forums:
Does someone know how to release the memory from an Ocaf document (TDocStd_Document) ? The document contains a.o. TPrsStd_AISViewer, TPrsStd_AISPresentation and TNaming_NamedShape attributes.
Calling the Close method of TDocStd_Application does not seem to release any memory.
Regards,
Guido
Fri, 10/06/2006 - 18:02
I know the problem too. Unfortunately I haven't found any solution by now (to tell the truth I haven't searched that hard).
OC is know for memory bugs. Check out the forum. I've seen some similar posts.
Pawel
Fri, 10/06/2006 - 18:02
I know the problem too. Unfortunately I haven't found any solution by now (to tell the truth I haven't searched that hard).
OC is know for memory bugs. Check out the forum. I've seen some similar posts with some ideas how to solve some problems.
Pawel
Fri, 10/06/2006 - 18:16
I don't know if it is a bug or not. Maybe some special actions need to be taken?
I tried removing the presentation attributes and remove all ais interactive objects from the viewer but that didn't help (much).
Maybe I need to remove the TNaming_NameShape attributes but I don't know how to do that.