Hola,
Reportando que la funcion IsExeRunning() siempre devuelve .F. cuando se compila y se ejecuta en Windows 8.1
Saludos,
George
Hola,
Reportando que la funcion IsExeRunning() siempre devuelve .F. cuando se compila y se ejecuta en Windows 8.1
Saludos,
George
George wrote:Hola,
Reportando que la funcion IsExeRunning() siempre devuelve .F. cuando se compila y se ejecuta en Windows 8.1
Saludos,
George
#include "Fivewin.ch"
FUNCTION MAIN()
? ISEXERUNNING( "TEST.EXE" )
RETURN NILEnrico,
Thanks for your input.
This could be something wrong with my setup, in my new Windows 8.1 OS, or maybe the program was running hidden in memory, as this morning I had this problem.
Now, after restarting the computer, I did recompile the software and the function is working fine again.
Regards,
George