04-02-2025 07:43 AM
Hello is there any ways or vis that release called classes from memory
04-02-2025 08:55 AM
Try View All VI's in Memory and Their Execution State
04-02-2025 08:56 AM - edited 04-02-2025 08:56 AM
04-02-2025 01:56 PM
@D1140 wrote:
Hello is there any ways or vis that release called classes from memory
This feels like a question that isn't the root of the problem.
What are you REALLY having a problem with?
If you post the actual problem you have, rather than what you think is a solution that you can't find, then other solutions may be presented.
04-02-2025 11:26 PM
even though closing vi it stays in memory.
CommandsMain.lvlibp:CommandsMain.lvclass:401_sdio_BuildCommands.vi
this is the path which stays in memory and its class from ppl
04-03-2025 11:52 AM
@D1140 wrote:
even though closing vi it stays in memory.
CommandsMain.lvlibp:CommandsMain.lvclass:401_sdio_BuildCommands.vi
this is the path which stays in memory and its class from ppl
OK, so it's a class from a packed library.
How is it being loaded into memory?
And this is the really important question...
Why is it a problem if it stays in memory?
04-03-2025 12:18 PM
I am Facing crashing issues because of that
04-03-2025 12:23 PM
@D1140 wrote:
I am Facing crashing issues because of that
How exactly does the class just existing in memory cause crashing issues?
DETAILS!
04-03-2025 12:48 PM
I want to release the class once called because I have to update plugin during run time. While the ppl in memory I am not able to build it. And getting crashed.
04-03-2025 01:57 PM
@D1140 wrote:
I want to release the class once called because I have to update plugin during run time. While the ppl in memory I am not able to build it. And getting crashed.
This is my best guess to what you are doing:
Is this an accurate description of what's going on?