Source code checked in, #6c75e44d6b0530f56ee6e4ea96a9acdba65af6fe
Version 5.3.7: Fixed V8ScriptEngine compiled script evaluation result marshaling (Issue #16), added a test for the fix, cleared PYTHONPATH in V8Update. Tested with V8 3.21.2.
View ArticleUpdated Release: ClearScript 5.3 (Aug 22, 2013)
5.3.7Fixed V8ScriptEngine compiled script evaluation result marshaling (Issue #16).Added a test for the fix.Cleared PYTHONHOME in V8Update.Tested with V8 3.21.2.5.3.6Added numeric conversion methods in...
View ArticleReleased: ClearScript 5.3 (May 21, 2013)
5.3.7Fixed V8ScriptEngine compiled script evaluation result marshaling (Issue #16).Added a test for the fix. Cleared PYTHONHOME in V8Update. Tested with V8 3.21.2.5.3.6Added numeric conversion methods...
View ArticleUpdated Release: ClearScript 5.3 (May 21, 2013)
5.3.7Fixed V8ScriptEngine compiled script evaluation result marshaling (Issue #16).Added a test for the fix.Cleared PYTHONHOME in V8Update.Tested with V8 3.21.2.5.3.6Added numeric conversion methods in...
View ArticleUpdated Wiki: Announcements
8/22/2013: Version 5.3.7 released. View the release notes and download the source code here. 8/14/2013: Version 5.3.6 released. View the release notes and download the source code here. 8/2/2013:...
View ArticleUpdated Wiki: Home
8/22/2013: Version 5.3.7 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 ArticleEdited Issue: V8ScriptEngine.Evaluate(V8Script) returns HostObject for .net...
``` public class TestItem{ public string Str { get; set; }} class Program{ static void Main(string[] args){ using (var runtime = new V8Runtime()) using (var engine = runtime.CreateScriptEngine()){...
View ArticleCommented Issue: V8ScriptEngine.Evaluate(V8Script) returns HostObject for...
``` public class TestItem{ public string Str { get; set; }} class Program{ static void Main(string[] args){ using (var runtime = new V8Runtime()) using (var engine = runtime.CreateScriptEngine()){...
View ArticleReleased: ClearScript 5.3 (May 21, 2013)
5.3.7Fixed V8ScriptEngine compiled script evaluation result marshaling (Issue #16).Added a test for the fix. Cleared PYTHONPATH in V8Update. Tested with V8 3.21.2.5.3.6Added numeric conversion methods...
View ArticleUpdated Release: ClearScript 5.3 (May 21, 2013)
5.3.7Fixed V8ScriptEngine compiled script evaluation result marshaling (Issue #16).Added a test for the fix.Cleared PYTHONPATH in V8Update.Tested with V8 3.21.2.5.3.6Added numeric conversion methods in...
View ArticleEdited Feature: Dynamic host object projection [3]
Host objects that provide custom behavior via the `dynamic` keyword would benefit from a similar access mode from script code. As with C#, script code should be able to choose which "view" of the...
View ArticleCommented Issue: V8ScriptEngine.Evaluate(V8Script) returns HostObject for...
``` public class TestItem{ public string Str { get; set; }} class Program{ static void Main(string[] args){ using (var runtime = new V8Runtime()) using (var engine = runtime.CreateScriptEngine()){...
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: dll is missing
can you upload the dll files? if i try to compile, many errors
View ArticleNew Post: dll is missing
Greetings, furesoft! We cannot post ClearScript binaries, but we've tried to make building ClearScript as easy as possible. What errors are you seeing? Have you read the build instructions in the ReadMe?
View ArticleNew Post: dll is missing
ive read the readmehere is the error: /home/chris/Arbeitsfläche/ClearScript-5.3.7/ClearScript/Windows/WindowsScriptEngine.Site.cs(20,20): Error CS0246: The type or namespace...
View ArticleNew Post: dll is missing
Unfortunately ClearScript does not support Mono. We recommend that you check out V8.NET - a project that's shaping up nicely and was designed with Mono compatibility in mind. You might also have...
View ArticleCommented Unassigned: V8 deployment issue in IIS [23]
Hi, I have a problem deploying V8, as https://clearscript.codeplex.com/workitem/18, bu on my "on premise" iis. I have already installed VCredist, just 64 (or is necessary also 32?): we are only 64! I...
View ArticleEdited Issue: V8 deployment issue in IIS [23]
Hi, I have a problem deploying V8, as https://clearscript.codeplex.com/workitem/18, bu on my "on premise" iis. I have already installed VCredist, just 64 (or is necessary also 32?): we are only 64! I...
View ArticleCommented Issue: V8 deployment issue in IIS [23]
Hi, I have a problem deploying V8, as https://clearscript.codeplex.com/workitem/18, bu on my "on premise" iis. I have already installed VCredist, just 64 (or is necessary also 32?): we are only 64! I...
View Article