Quantcast
Channel: ClearScript
Browsing all 2297 articles
Browse latest View live

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 Article



Image may be NSFW.
Clik here to view.

Updated 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 Article

New 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 Article

New 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 Article

New 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 Article


Image may be NSFW.
Clik here to view.

Updated 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 Article

Created 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 Article

Edited 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 Article


Commented 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 Article


Edited 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 Article

Released: 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 Article

Updated 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 Article

Updated 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 Article


Image may be NSFW.
Clik here to view.

Updated 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 Article

Commented 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 Article


Edited 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 Article

Created Unassigned: can this work inside a winRT "metro" C# application? [10]

can this work inside a winRT "metro" C# application?

View Article


Commented 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 Article

Edited Unassigned: can this work inside a winRT "metro" C# application? [10]

can this work inside a winRT "metro" C# application?

View Article

Closed Unassigned: can this work inside a winRT "metro" C# application? [10]

can this work inside a winRT "metro" C# application?

View Article
Browsing all 2297 articles
Browse latest View live




Latest Images