GDS(Goop Development Suite)

cancel
Showing results for 
Search instead for 
Did you mean: 

[Help]My GarbageCollector doesn't work

I writen this demo in LabVIEW 2014 to test the GarbageCollector in GDS, but it doesn't work, and I don't know the reason.

Please help me....

Demo.png

0 Kudos
Message 1 of 4
(7,220 Views)

This only works with GOOP3 classes.

What class type are you using?

0 Kudos
Message 2 of 4
(5,903 Views)

Oh, yes! Thank you very much~~~  I've tried it again using GOOP3. It works!

I used with GOOP4 before. How to use GarbageCollector with GOOP4?

0 Kudos
Message 3 of 4
(5,903 Views)

Since a basic GOOP4 object don't register it's object anywhere it won't work.

But if you add the Persistent/Debugging design pattern to it, I guess we could get it to work.
But since I prefer to take control of the destruction of my objects, I’ve not needed this feature.
I might look into it…

0 Kudos
Message 4 of 4
(5,903 Views)