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: 8738
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 2 times
- Contact:
Re: FWH64, Windows 8.1 y IsExeRunning()
George,
I just tested it and get the correct result. This is my test:
EMG
George wrote:Hola,
Reportando que la funcion IsExeRunning() siempre devuelve .F. cuando se compila y se ejecuta en Windows 8.1
Saludos,
George
I just tested it and get the correct result. This is my test:
Code: Select all | Expand
#include "Fivewin.ch"
FUNCTION MAIN()
? ISEXERUNNING( "TEST.EXE" )
RETURN NIL
EMG
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