Hello all,
We made a ThinApp that exists about multiple modules, they are loaded in de main application. If I open one specific module and exit the whole application two proccesses hangs. I tried to kill them with the following functions:
- Function OnFirstParentExit, this function doesn't solve our problem, because this function was called to early. That's because our application has different modules and some modules are closed after launching.
- Function OnLastProcessExit, this function isn't called, and therefore the two processes weren't killed. I tested it with msgbox function in VB.
I can use the function OnFirstParentStart, I kill the two processes in the beginning and the application is working correct. But the two processes use a lot of memory, so I want to kill them after closing the application.
Has anyone an idea to solve this problem?
Kind regards,
Pieter Heijms
Jeroen Bosch Hospital
The Netherlands