Turn Object Automatic Clean-up Off? [message #81490] |
Tue, 18 September 2012 13:27  |
DavidF[1]
Messages: 94 Registered: April 2012
|
Member |
|
|
Folks,
It turns out I have written a program that more or less depends on an object's persistence in the IDL environment. This program is not working in IDL 8.2 because the object is automatically cleaned up. It seems to me, I remember reading somewhere how to turn the automatic clean up off for objects, but as usual the documentation is hopeless.
Does anyone know how to turn this off?
Thanks!
David
|
|
|
Re: Turn Object Automatic Clean-up Off? [message #84699 is a reply to message #81490] |
Thu, 20 September 2012 06:44  |
m_schellens
Messages: 31 Registered: February 2005
|
Member |
|
|
On Sep 18, 10:27 pm, Coyote <sageande...@gmail.com> wrote:
> Folks,
>
> It turns out I have written a program that more or less depends on an object's persistence in the IDL environment. This program is not working in IDL 8.2 because the object is automatically cleaned up. It seems to me, I remember reading somewhere how to turn the automatic clean up off for objects, but as usual the documentation is hopeless.
>
> Does anyone know how to turn this off?
>
> Thanks!
>
> David
Out of curiosity:
Could you please post an example code where this problem is exposed?
How can an object which has no references any more be of relevance in
an IDL program?
I have a lack of imagination here.
Greetings,
Marc
|
|
|