FWH64, Windows 8.1 y IsExeRunning() (SOLVED)

Post Reply
George
Posts: 726
Joined: Tue Oct 18, 2005 6:49 pm

FWH64, Windows 8.1 y IsExeRunning() (SOLVED)

Post by George »

Hola,
Reportando que la funcion IsExeRunning() siempre devuelve .F. cuando se compila y se ejecuta en Windows 8.1

Saludos,

George
Last edited by George on Fri Jan 31, 2014 8:23 pm, edited 1 time in total.
User avatar
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()

Post 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

#include "Fivewin.ch"


FUNCTION MAIN()

    ? ISEXERUNNING( "TEST.EXE" )

    RETURN NIL


EMG
George
Posts: 726
Joined: Tue Oct 18, 2005 6:49 pm

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

Post 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
Post Reply