Code: Select all
#ifdef __CLIPPER__
cErrorLog += " CPU Tipo: " + GetCPU() + CRLF
#else
// if ! IsExe64()
if ! IsWin64()
cErrorLog += " CPU Tipo: " + GetCPU() + " " + ;
AllTrim( Str( GetCPUSpeed() ) ) + " Mhz" + CRLF
endif
#endif
Por qué la duda:
http://forums.fivetechsupport.com/viewt ... 64#p148622
Gracias, saludos.