Hello all profi. I encountered several problems. But I could not solve
them.
I using VS2008
1) v8::Utils::ReportApiFailure("My text", "Error text");
Compiller output:
Error 2 error C2027: use of undefined type 'v8::Utils'
Error 3 error C3861: 'ReportApiFailure': identifier not found
I saw that the function described in api.cc but v8.h no prototypes of
the module Utils.
There are only using Utils.
2) I using cproxyv8 module, to describe the complex JS classes
Due to the first problem I commented out the call ReportApiFailure.
Build successful, but implementation of the program issues:
#
# Fatal error in src\api.cc, line 782
# CHECK(getter != 0) failed
#
Help understand the problem.
Best regards.
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users