I have application written in Deplhi which uses library where I use
V8. Everything works well when compiled 32bit. But when I try it in
64bit it crashes when creating new context.
I created small sample:
1. small library with only one function that uses V8:
__declspec(dllexport) void __stdcall init() {
HandleScope handle_scope;
Persistent<Context> context = Context::New();
}
2. little Delphi application with only one button. When i click on
button, application load library and call init function. It crashes
when creating new context every time i try it.
Thanks for any help
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users