I don't know. I don't have the Windows computer handy at the moment, so I can't really experiment. Online, all that I can find that I can make sense of is that it seems to be defined in "libCMT.lib"
I hope that helps some, Alex On Feb 27, 2009, at 10:06 PM, webphoenix wrote: > > Thanks for Alex: > > the first error : > v8.lib(platform-win32.obj) : error LNK2001:unresolved external symbol > __imp__timeGetTime@ > > use the #pragma comment(lib,"winmm.lib") can solve it, > > but the second error," error LNK2001:unresolved external symbol __HUGE > " > > I can't solve it, I search the "__HUGE" text in v8 directory *.cc,*.h > files, but can't find it > > I don't know what's wrong with it > > Thank you very much! > > webphoenix > > On 2月28日, 上午2时45分, Alex Iskander <[email protected]> wrote: >> I had a similar problem. It wasn't in older releases, and the >> requirement is not mentioned anywhere, so I probably should file a >> bug >> report. >> >> The solution was to link to another library: Winmm.lib >> >> Hope that helps, >> >> Alex >> > > Alex Iskander Web and Marketing TPSi --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
