..\gateResources.cc(58) : error C2664: 'time' : cannot convert parameter 1 from 'long *' to 'time_t*
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\gateResources.cc(59) : error C2664: 'localtime' : cannot convert parameter 1 from 'long *' to 'const time_t *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\gateResources.cc(70) : warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data