Page 1 of 1

FWH64, Windows 8.1 y IsExeRunning() (SOLVED)

PostPosted: Fri Jan 31, 2014 3:36 pm
by George
Hola,
Reportando que la funcion IsExeRunning() siempre devuelve .F. cuando se compila y se ejecuta en Windows 8.1

Saludos,

George

Re: FWH64, Windows 8.1 y IsExeRunning()

PostPosted: Fri Jan 31, 2014 5:06 pm
by Enrico Maria Giordano
George,

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 view
#include "Fivewin.ch"


FUNCTION MAIN()

    ? ISEXERUNNING( "TEST.EXE" )

    RETURN NIL


EMG

Re: FWH64, Windows 8.1 y IsExeRunning() (SOLVED)

PostPosted: Fri Jan 31, 2014 8:22 pm
by George
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