Test and kill external application
Posted: Mon Jun 15, 2015 6:39 am
How can I test, if other application is running and how can I kill this ?
For example I want run other exe program notepad.exe, and first I want test, if it is running. If yes, nothing happens, if no, notepad.exe run
And then I want kill this program from Xbase++ application.
Data is no problem, because external application is in view mode, and no data change in it.
I examine some example from here, xbwin,but I do not know,how compile, some error
I tried ot4xb, download ot4xb.lib and ot4xb.ch, link but error :
unresolved external symbol _CALLBACK_WILDFINDWINDOW_ENUMPROC,
I do not know, what is it.
For example I want run other exe program notepad.exe, and first I want test, if it is running. If yes, nothing happens, if no, notepad.exe run
And then I want kill this program from Xbase++ application.
Data is no problem, because external application is in view mode, and no data change in it.
I examine some example from here, xbwin,but I do not know,how compile, some error
I tried ot4xb, download ot4xb.lib and ot4xb.ch, link but error :
unresolved external symbol _CALLBACK_WILDFINDWINDOW_ENUMPROC,
I do not know, what is it.