V8 is throwing an error about needing a handle scope before anything is even done in my app. It was working fine the other day, but when I went to run it it started throwing the error. I decided to take a break, and when I came back today it was still throwing the error.
I changed my entry code to this: int main( int argc, char* argv[] ) { return 0; // Other actual V8 code } And whenever I run my program I get this error: # # Fatal error in v8::HandleScope::CreateHandle() # Cannot create a handle without a HandleScope # I tried this in both VS2010 and VS2012 and the same error occurs after building with both IDEs. -- -- v8-users mailing list v8-users@googlegroups.com 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 v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.