Released: ClearScript 5.3 (May 21, 2013)
5.3.3Improved V8 error handling (Issue #12).Lowered .NET Framework target to v4.0. Added several tests. Tested with V8 3.19.18.5.3.2Updates for breaking V8 API changes. V8Update now fetches a tested...
View ArticleUpdated Release: ClearScript 5.3 (May 21, 2013)
5.3.3Improved V8 error handling (Issue #12).Lowered .NET Framework target to v4.0.Added several tests.Tested with V8 3.19.18.5.3.2Updates for breaking V8 API changes.V8Update now fetches a tested...
View ArticleReviewed: ClearScript 5.3 (juil. 04, 2013)
Rated 5 Stars (out of 5) - Very professional project, in contrast to similar solutions. Enables us to integrate a powerful javascript engine with a C# application. Also allow people to easily support...
View ArticleNew Post: Crash with engine Interrupt() instruction from another thread
The documentation states that This method can be called safely from any thread So I made this unit test. Unfortunately it crashes most of time with an access violation in function InternalFieldOK...
View ArticleNew Post: Crash with engine Interrupt() instruction from another thread
Hello julien_b! We have reproduced this issue and do not believe that you are doing anything wrong. We are investigating.
View ArticleNew Post: Crash with engine Interrupt() instruction from another thread
Hi julien_b. Could you please download the latest source code and try your test again? We've posted an update that includes a potential fix and a modified version of your test. If the fix works for...
View ArticleNew Post: Crash with engine Interrupt() instruction from another thread
Hello, I applied the fix and recompiled : it works perfectly ! Thanks.
View ArticleSource code checked in, #c24c7ac12cf3a628673b51642ae5f617e0a64eff
Version 5.3.4: Updated test code for V8ScriptEngine script interruption crash fix.
View ArticleReleased: ClearScript 5.3 (May 21, 2013)
5.3.4Fixed script interruption crash in V8ScriptEngine. Added a test for the fix.5.3.3Improved V8 error handling (Issue #12).Lowered .NET Framework target to v4.0. Added several tests. Tested with V8...
View ArticleUpdated Release: ClearScript 5.3 (May 21, 2013)
5.3.4Fixed script interruption crash in V8ScriptEngine.Added a test for the fix.5.3.3Improved V8 error handling (Issue #12).Lowered .NET Framework target to v4.0.Added several tests.Tested with V8...
View ArticleUpdated Wiki: Announcements
7/10/2013: Version 5.3.4 released. View the release notes and download the source code here. 7/2/2013: Version 5.3.3 released. View the release notes and download the source code here. 6/6/2013:...
View ArticleUpdated Wiki: Home
7/10/2013: Version 5.3.4 released. More...Description ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and...
View ArticleReviewed: ClearScript 5.3 (Jul 14, 2013)
Rated 5 Stars (out of 5) - This is exactly what I was looking for! I love the well designed API!
View ArticleNew Post: How to debug javascript files through ClearScript ?
And if we just want to use the simple JScriptEngine from windows (it'll be enough for our purposes), how do you debug the script there? I tried adding debugger; attaching from another visualstudio...
View ArticleNew Post: How to debug javascript files through ClearScript ?
Hi paulkth, JScriptEngine supports script debugging via Visual Studio. Once your application has created an instance of JScriptEngine with debugging enabled, you should be able to attach the Visual...
View ArticleNew Post: How to debug javascript files through ClearScript ?
Thanks, I got it. The trick was, as you said, "with debugging enabled"_scriptEngine = new JScriptEngine(WindowsScriptEngineFlags.EnableDebugging);
View ArticleUpdated Wiki: Home
Description ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and VBScript.FeaturesSimple usage; create a...
View ArticleNew Post: Build issue on VS 2012 and Windows 7 x64
Hi. I'm having trouble building ClearScript with V8. I'm using VS 2012 and Windows 7 x64. Below is the error I got. C:\ClearScript-5.3.4>V8Update.cmd Build mode: Release V8 revision: Tested (15192,...
View ArticleNew Post: Build issue on VS 2012 and Windows 7 x64
Hello ZivLo! Thanks for reporting this issue. We are investigating. The problem seems to be related to your machine's locale or language settings, but so far we haven't been able to reproduce it.
View ArticleNew Post: Build issue on VS 2012 and Windows 7 x64
Hi, Thanks for your hint, after change locale to English in the Control Panel >> Region and Language >> Administrative >> Change system locale, my problem is solved. C:\Program Files...
View Article