FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Bugs report & fixes / Informe de errores y arreglos FWH64, Windows 8.1 y IsExeRunning() (SOLVED)
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
FWH64, Windows 8.1 y IsExeRunning() (SOLVED)
Posted: Fri Jan 31, 2014 03:36 PM

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

Saludos,

George

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH64, Windows 8.1 y IsExeRunning()
Posted: Fri Jan 31, 2014 05:06 PM
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 (fw): Select all Collapse
#include "Fivewin.ch"


FUNCTION MAIN()

    ? ISEXERUNNING( "TEST.EXE" )

    RETURN NIL


EMG
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
Re: FWH64, Windows 8.1 y IsExeRunning() (SOLVED)
Posted: Fri Jan 31, 2014 08:22 PM

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

Continue the discussion