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 .
- In vs2005 static lib, find a call . info.time = time(NULL);
- can not find time64 symbol in libva.lib (use libDump tool)
A: