Hi all,

I realize Win32API is not supported in KiXtart at this time. In the past, I've used UDF functions available here to kill the process of the application. However, the applications that need to be terminated talk to one another. Each application has an exit point which basically tells the other apps that it's being terminated and free resources from the system. However, by blindly killing the process, the exit function is never executed, thus creating an unstable environment.

My question...has anyone in the board created a dll to incorporate the SendMessage (or PostMessage) Win32API? Anyone have a solution to properly close the program?

Thanks~