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:

posted on 2014-01-25 16:39  偏爱省略号  阅读(1494)  评论(1编辑  收藏  举报

导航