I solved it! Thank you! I had to add:

#pragma comment(lib, "winmm.lib")
#pragma comment(lib, "dbghelp.lib")
#pragma comment(lib, "shlwapi.lib")


вс, 14 апр. 2019 г. в 20:36, Anastasia Riza <anastasiaklimova...@gmail.com>:

> Thank you very much! But now I have another problem. While building by
> project - it says:
> unresolved external symbol "__imp_timeGetTime"
>
> Any ideas how to solve it?
>
> My code:
> https://pastebin.com/kshBDaF9
>
> вс, 14 апр. 2019 г. в 17:23, <danny.p...@gmail.com>:
>
>> When building for Visual Studio, try adding:
>>
>> is_clang=false
>>
>> --
>> --
>> v8-dev mailing list
>> v8-dev@googlegroups.com
>> http://groups.google.com/group/v8-dev
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "v8-dev" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/v8-dev/ZDEhFs8M_7U/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> v8-dev+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to