Page 1 of 1

Code after KillProgramm()

Posted: Thu Jul 31, 2008 2:01 pm
by iostream

Code: Select all

RunProgramm(...)
.
.
KillProgramm(...)
i have a questions:
i search a possibility to execute code in my programm which was killed by KillProgramm().
something like atexit() in C/C++ (http://www.cplusplus.com/reference/clib ... texit.html)