↧
New Post: More Build Issues
Hello reubenbond! We currently have no plans to release ClearScript in binary form. Please see our comments in this thread. That said, there's nothing stopping someone else from doing so :-)
View ArticleUpdated Wiki: Home
5/21/2013: ClearScript 5.3 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 ArticleNew Post: Cross-platform
Thanks both, and also congratulations to jamesnw. I will give a look to V8.NET asap, it could be what we need. I looked at VroomJS too, but it does not compile with recent V8 API (3.17), probably it...
View ArticleNew Post: Cross-platform
VroomJS only seems to compile for mono, and has Linux libraries (links libv8.so). It also doesn't seem to support compiling the V8 source as 64-bit.
View ArticleNew Post: Cross-platform
I did not tried to compile 64 bit version, another problem. I tried to substitute libvroomjs.cproj project with a libvroomjs.vcxproj using same C++ sources. The .NET project should be linked with...
View ArticleUpdated Wiki: Home
5/21/2013: ClearScript 5.3 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 ArticleCreated Unassigned: Get an exception on...
public class StudentInfo{ public string Name{ get; set; } public int Age{ get; set; }} public static void Main(){ using (var engine = new JScriptEngine("abcaasfgggg",...
View ArticleEdited Unassigned: Get an exception on...
``` public class StudentInfo{ public string Name{ get; set; } public int Age{ get; set; }} public static void Main(){ using (var engine = new JScriptEngine("abcaasfgggg",...
View ArticleCommented Unassigned: Get an exception on...
``` public class StudentInfo{ public string Name{ get; set; } public int Age{ get; set; }} public static void Main(){ using (var engine = new JScriptEngine("abcaasfgggg",...
View ArticleEdited Issue: Get an exception on...
``` public class StudentInfo{ public string Name{ get; set; } public int Age{ get; set; }} public static void Main(){ using (var engine = new JScriptEngine("abcaasfgggg",...
View ArticleReleased: ClearScript 5.3 (May 21, 2013)
5.3.1Fixed JScriptEngine dynamic binding bug (Issue #9).5.3.0Enhancements for V8 users:V8ScriptEngine now supports script compilation and re-execution.New V8Runtime class allows engines to share...
View ArticleUpdated Release: ClearScript 5.3 (May 21, 2013)
5.3.1Fixed JScriptEngine dynamic binding bug (Issue #9).5.3.0Enhancements for V8 users: V8ScriptEngine now supports script compilation and re-execution.New V8Runtime class allows engines to share...
View ArticleUpdated Wiki: Announcements
5/31/2013: Version 5.3.1 released. View the release notes and download the source code here. 5/21/2013: ClearScript 5.3 released. View the release notes and download the source code here. 5/15/2013:...
View ArticleUpdated Wiki: Home
5/31/2013: Version 5.3.1 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 ArticleCommented Issue: Get an exception on...
``` public class StudentInfo{ public string Name{ get; set; } public int Age{ get; set; }} public static void Main(){ using (var engine = new JScriptEngine("abcaasfgggg",...
View ArticleEdited Issue: Get an exception on...
``` public class StudentInfo{ public string Name{ get; set; } public int Age{ get; set; }} public static void Main(){ using (var engine = new JScriptEngine("abcaasfgggg",...
View ArticleCreated Unassigned: can this work inside a winRT "metro" C# application? [10]
can this work inside a winRT "metro" C# application?
View ArticleCommented Unassigned: can this work inside a winRT "metro" C# application? [10]
can this work inside a winRT "metro" C# application?Comments: Hello! Thanks for your question. Because ClearScript relies on components that use COM registration (JScript/VBScript) and just-in-time...
View ArticleEdited Unassigned: can this work inside a winRT "metro" C# application? [10]
can this work inside a winRT "metro" C# application?
View ArticleClosed Unassigned: can this work inside a winRT "metro" C# application? [10]
can this work inside a winRT "metro" C# application?
View Article
More Pages to Explore .....