![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: Memory leak! |
Mega |
![]() When I'm programming, typically I write some new code, run it, try to fix whatever went wrong, run it again, and so on. After a bunch of runs, however, even if I only changed a tiny bit of code, I start getting "Runtime error: out of memory" messages, and I have to close some other applications in order to keep working. This leads me to believe that Quest is somehow leaking memory. Is there some manual procedure to free up the memory it uses for variables and stuff? Or does Quest do all that automatically? -- in which case, it's not doing it right. |
Alex |
![]() There are not many times that I need to think about destroying variables etc. as VB does most of that automatically. I'll have a more detailed look at some point. It could be a problem with VB itself, or more likely it could be down to the operating system - are you using Windows 9x? |
Mega |
![]() I'm using Windows ME. |
Alex |
![]() Yes, Windows ME is not as good at organising memory as Windows NT/2000/XP, but I'll take a look and see if there's anything I can fix anyway. |