Re: [v8-users] How to read and write local files?

2020-03-30 Thread 'Stefan Wörthmüller' via v8-users
Oh - thats a clear explanation - thanks. -- -- 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

Re: [v8-users] How to read and write local files?

2020-03-29 Thread 'Stefan Wörthmüller' via v8-users
PM Elangovan S > wrote: > >> You can write your own wrapper and expose it to JavaScript. That's the >> way we do in our application. You can write class/function and register it >> with v8 engine. >> >> -elangovv >> >> On Sat, Mar 28, 20

[v8-users] How to read and write local files?

2020-03-28 Thread 'Stefan Wörthmüller' via v8-users
Hello we embedded v8 into our Windows Application. Now we would like to read and write files (i.e. json or text files) for any purpose. Is that possible with v8? Can somebody maybe provide a sample? Regards -- -- v8-users mailing list v8-users@googlegroups.com

[v8-users] Re: How to run a v8 shell standalone and inspect / debug with Chrome DevTools

2020-01-12 Thread 'Stefan Wörthmüller' via v8-users
Thank you much for this link! This is incredibly simple. Am Mittwoch, 8. Januar 2020 19:46:34 UTC+1 schrieb Calvin L: > > FWIW I found this example to be really helpful. Its more up to date than > hsharsha's and only requires boost beast. > https://github.com/ahmadov/v8_inspector_example > --

Re: [v8-users] How to run a v8 shell standalone and inspect / debug with Chrome DevTools

2020-01-07 Thread 'Stefan Wörthmüller' via v8-users
I finally got done a windows version of v8inspector that works well with my stand alone windows application with integrated v8. I made a own fork including descriptions where to find/build the required 3rd party libraries (or where to find prebuilds). I also did a number of changes/additions:

[v8-users] Re: Building v8 shared library on windows

2019-12-17 Thread 'Stefan Wörthmüller' via v8-users
The v8 libraries from nuget can be used well with VC2017. Thats all i know. -- -- 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

[v8-users] Re: Building v8 shared library on windows

2019-12-17 Thread 'Stefan Wörthmüller' via v8-users
Note that Microsoft also offers prebuild verrions of v8 via the package manager or direct to download. I.e. https://www.nuget.org/packages/v8-v140-x64/ click on "Download" at the right and rename the archive to zip. Works well for me. -- -- v8-users mailing list v8-users@googlegroups.com