Posted by MrE on 1/15/2000, 11:43 am
, in reply to "MrE thread"
128.109.131.47
Days left are calculated on the fly using API function "GetSystemTimeAsFileTime" and using simple algorithm involving "Cross" value. Then it stores current day from installation in global var and checks days againt hard-coded 30 value. Function returns 0 if evaluation peroid expired and 1 (true) otherwise. So we may call this function at address 446bbc (using C++ prototype)
bool IsEvaluationPeriod();