Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnload DLLs automatically #64
Comments
|
This is only an issue when running interactively with |
|
I forget what the use case is here. I think that it's for people who hit the max loaded dlls limit |
|
This will likely be an issue with odin.ui
|
If running interactively, get the generator to store references to the models that have been created with it, set them to destruct with a finaliser and then that means we can tell when a DLL can be unloaded automatically