Hola,
Reportando que la funcion IsExeRunning() siempre devuelve .F. cuando se compila y se ejecuta en Windows 8.1
Saludos,
George
FWH64, Windows 8.1 y IsExeRunning() (SOLVED)
FWH64, Windows 8.1 y IsExeRunning() (SOLVED)
Last edited by George on Fri Jan 31, 2014 8:23 pm, edited 1 time in total.
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: FWH64, Windows 8.1 y IsExeRunning()
George,
EMG
I just tested it and get the correct result. This is my test:George wrote:Hola,
Reportando que la funcion IsExeRunning() siempre devuelve .F. cuando se compila y se ejecuta en Windows 8.1
Saludos,
George
Code: Select all
#include "Fivewin.ch"
FUNCTION MAIN()
? ISEXERUNNING( "TEST.EXE" )
RETURN NIL
Re: FWH64, Windows 8.1 y IsExeRunning() (SOLVED)
Enrico,
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
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