Local<FunctionTemplate> funcTmpl = FunctionTemplate::New(iso, ConstructHandle);
Is the line its happening at. 2>d:\trsdependencies\v8trunk\include\v8.h(5555): error C2248: 'v8::HandleScope::CreateHandle' : cannot access protected member declared in class 'v8::HandleScope' 2> d:\trsdependencies\v8trunk\include\v8.h(837) : see declaration of 'v8::HandleScope::CreateHandle' 2> d:\trsdependencies\v8trunk\include\v8.h(817) : see declaration of 'v8::HandleScope' 2> d:\trsdependencies\v8trunk\include\v8.h(5550) : while compiling class template member function 'v8::Handle<v8::FunctionTemplate> v8::Handle<v8::FunctionTemplate>::New(v8::Isolate *,T *)' 2> with 2> [ 2> T=v8::FunctionTemplate 2> ] 2> d:\trsdependencies\v8trunk\include\v8.h(311) : see reference to function template instantiation 'v8::Handle<v8::FunctionTemplate> v8::Handle<v8::FunctionTemplate>::New(v8::Isolate *,T *)' being compiled 2> with 2> [ 2> T=v8::FunctionTemplate 2> ] 2> d:\trsdependencies\v8trunk\include\v8.h(354) : see reference to class template instantiation 'v8::Handle<v8::FunctionTemplate>' being compiled 2> d:\trsdependencies\v8trunk\include\v8.h(3061) : see reference to class template instantiation 'v8::Local<v8::FunctionTemplate>' being compiled 2> d:\trsdependencies\v8trunk\include\v8.h(837) : see declaration of 'v8::HandleScope::CreateHandle' 2> d:\trsdependencies\v8trunk\include\v8.h(817) : see declaration of 'v8::HandleScope' -- -- 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/groups/opt_out.
