I am fairly new to NaCl and trying to port a successful application from C++ Visual Stidio. I want to get the time and my code has the following statement:
PP_Time mytime = PPB_Core::GetTime();
but the compiler does not like this giving the following error message:
object missing in reference to 'PPB_Core_1_0::GetTime'
This means nothing to me. Can somebody explain what it means and what I have to do to fix the problem?
Alan