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
>
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to