How can I compile V8 using Visual Studio 2008 IDE, so that I can
understand, update, debug and add V8 engine in my existing solutions.
I have tried to create a Static Library Project is Visual Studio
2008,but failed to build solution in Visual Studio 2008 IDE.
Thanks and regards.
--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
Thanks for the response, I have done that, however after conversion
when I build solution I get following errors, please let me know how
to resolve these errors
Warning 1 warning LNK4221: no public symbols found; archive
member
will be inaccessible regexp-macro-assembler-irregexp.obj
v8_base
Error 2 Error result 1 returned from 'C:\WINDOWS
\system32\cmd.exe'.
Project v8
Error 3 fatal error LNK1104: cannot open file '.\debug\lib
\v8.lib'
v8_mksnapshot v8_mksnapshot
Error 4 error PRJ0019: A tool returned an error code from
"Building
snapshot..." v8_snapshot_cc v8_snapshot_cc
Error 5 fatal error C1083: Cannot open source file: '.\Debug
\obj
\v8\DerivedSources\natives-empty.cc': No such file or directory c1xx
v8_snapshot
Error 6 fatal error C1083: Cannot open source file: '.\Debug
\obj
\v8_snapshot_cc\DerivedSources\snapshot.cc': No such file or directory
c1xx v8_snapshot
Error 7 Error result 1 returned from 'C:\WINDOWS
\system32\cmd.exe'.
Project d8
Error 8 fatal error LNK1104: cannot open file '.\debug\lib
\v8_snapshot.lib' v8_shell_sample v8_shell_sample
Error 9 fatal error LNK1104: cannot open file '.\debug\lib
\v8_snapshot.lib' v8_process_sample v8_process_sample
Error 10 fatal error LNK1104: cannot open file '.\debug\lib
\v8_snapshot.lib' v8_cctest v8_cctest
--