- Code: Select all Expand view
#ifdef __CLIPPER__
cErrorLog += " CPU Tipo: " + GetCPU() + CRLF
#else
// if ! IsExe64()
if ! IsWin64()
cErrorLog += " CPU Tipo: " + GetCPU() + " " + ;
AllTrim( Str( GetCPUSpeed() ) ) + " Mhz" + CRLF
endif
#endif
FWH17.01
Por qué la duda:
http://forums.fivetechsupport.com/viewtopic.php?f=6&t=26822&p=148622&hilit=ISWIN64#p148622
Gracias, saludos.