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:

error LNK2001: unresolved external symbol __imp___time64

上一篇:表单模版命令进行部署


下一篇:hash tree