Ok, Now I've used code from https://github.com/v8/v8-git-mirror/blob/master/samples/hello-world.cc and it worked.
W dniu wtorek, 16 czerwca 2015 13:01:42 UTC+2 użytkownik treck napisał: > > I compiled it in VS 2013 and I got a lot of warnings. I tried build hello > world program from https://developers.google.com/v8/get_started in VS > 2013 and it crashes with Access violation error: > http://i.imgur.com/ohBpbLY.png > http://i.imgur.com/qvJUMmT.png > > Here are warnings produced while building: > E:\(...)\v8-new\v8>msbuild /p:Configuration=Release /p:Platform > =Win32 tools\gyp\v8.sln > > Build succeeded. > > "E:\(...)\v8-new\v8\tools\gyp\v8.sln" (default target) (1) -> > "E:\(...)\v8-new\v8\third_party\icu\icui18n.vcxproj" (default > target) (3) -> > (ClCompile target) -> > source\i18n\collationfastlatinbuilder.cpp(627): warning C4244: > 'initializing' > : conversion from 'int64_t' to 'int32_t', possible loss of data [E:\ > STUDIA\Pra > ca_dyplomowa\v8-new\v8\third_party\icu\icui18n.vcxproj] > source\i18n\filteredbrk.cpp(237): warning C4244: '=' : conversion from > 'int64 > _t' to 'int32_t', possible loss of data [E:\(...)\v8-new\v8\th > ird_party\icu\icui18n.vcxproj] > source\i18n\filteredbrk.cpp(246): warning C4244: '=' : conversion from > 'int64 > _t' to 'int32_t', possible loss of data [E:\(...)\v8-new\v8\th > ird_party\icu\icui18n.vcxproj] > > > "E:\(...)\v8-new\v8\tools\gyp\v8.sln" (default target) (1) -> > "E:\(...)\v8-new\v8\tools\gyp\..\..\third_party\icu\icuuc.vcxp > roj.metaproj" (default target) (10) -> > "E:\(...)\v8-new\v8\third_party\icu\icuuc.vcxproj" (default ta > rget) (11) -> > source\common\dictbe.cpp(73): warning C4244: '=' : conversion from > 'int64_t' > to 'int32_t', possible loss of data [E:\(...)\v8-new\v8\third_ > party\icu\icuuc.vcxproj] > source\common\dictbe.cpp(79): warning C4244: '=' : conversion from > 'int64_t' > to 'int32_t', possible loss of data [E:\(...)\v8-new\v8\third_ > party\icu\icuuc.vcxproj] > source\common\dictbe.cpp(338): warning C4244: 'initializing' : > conversion fro > m 'int64_t' to 'int32_t', possible loss of data [E:\(...)\v8-n > ew\v8\third_party\icu\icuuc.vcxproj] > source\common\dictbe.cpp(340): warning C4244: 'initializing' : > conversion fro > m 'int64_t' to 'int32_t', possible loss of data [E:\(...)\v8-n > ew\v8\third_party\icu\icuuc.vcxproj] > source\common\dictbe.cpp(393): warning C4244: 'initializing' : > conversion fro > m 'int64_t' to 'int32_t', possible loss of data [E:\(...)\v8-n > ew\v8\third_party\icu\icuuc.vcxproj] > source\common\dictbe.cpp(395): warning C4244: '+=' : conversion from > 'int64_t > ' to 'int32_t', possible loss of data [E:\(...)\v8-new\v8\thir > d_party\icu\icuuc.vcxproj] > source\common\dictbe.cpp(407): warning C4244: 'initializing' : > conversion fro > m 'int64_t' to 'int32_t', possible loss of data [E:\(...)\v8-n > ew\v8\third_party\icu\icuuc.vcxproj] > source\common\dictbe.cpp(409): warning C4244: '+=' : conversion from > 'int64_t > ' to 'int32_t', possible loss of data [E:\(...)\v8-new\v8\thir > d_party\icu\icuuc.vcxproj] > source\common\dictbe.cpp(571): warning C4244: 'initializing' : > conversion fro > m 'int64_t' to 'int32_t', possible loss of data [E:\(...)\v8-n > ew\v8\third_party\icu\icuuc.vcxproj] > source\common\ > ... -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
