首页 > 其他 > 详细

error LNK2001: unresolved external symbol __imp___time64

时间:2014-01-25 20:33:47      阅读:913      评论:0      收藏:0      [点我收藏+]

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

原文:http://www.cnblogs.com/iclk/p/3533238.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!