Hola
Existe en fivewin alguna funcion que me devuelva la version de windows donde corre el exe ?
Un saludo
local aVersions := GetVersion()
...
cErrorLog += " Windows version: " + ;
AllTrim( Str( aVersions[ 1 ] ) ) + "." + ;
AllTrim( Str( aVersions[ 2 ] ) ) + ", Build " + ;
AllTrim( Str( aVersions[ 3 ] ) ) + ;
" " + aVersions[ 5 ] + CRLF + CRLF
function Main()
MsgInfo( AllTrim( Str( GetVersion()[ 1 ] ) ) + "." + ;
AllTrim( Str( GetVersion()[ 2 ] ) ) )
return nil
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: George, Google [Bot] and 28 guests