error LNK2001: unresolved external symbol __imp___time64

Q: vs2005 generate a static lib(libva.lib), used in vc++6.0,

    error LNK2001: unresolved external symbol __imp___time64

T: time64 is a function in time.h .

  1.  In vs2005 static lib, find a call .    info.time = time(NULL);
  2. can not find  time64 symbol in libva.lib (use libDump tool)

A:

原文地址:https://www.cnblogs.com/iclk/p/3533238.html