Commented Issue: Using ADODB recordsets [69]
HI!How to properly add ADODB.Recordset? Is it possible?```static void Main(string[] args){ ADODB.Recordset _recordset = new ADODB.Recordset(); _recordset.Fields.Append("Id",...
View ArticleCommented Unassigned: Double quote replaced by some other "junk" character [67]
Hi,I am noticing v8Engine.Execute() fails with :_SyntaxError: Unexpected identifier at Script Document xx..xxx.... -> -----------------------_exception.I see that normally one of the Double quotes (...
View ArticleCommented Issue: Using ADODB recordsets [69]
HI!How to properly add ADODB.Recordset? Is it possible?```static void Main(string[] args){ ADODB.Recordset _recordset = new ADODB.Recordset(); _recordset.Fields.Append("Id",...
View ArticleCommented Unassigned: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleEdited Issue: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleCommented Unassigned: Double quote replaced by some other "junk" character [67]
Hi,I am noticing v8Engine.Execute() fails with :_SyntaxError: Unexpected identifier at Script Document xx..xxx.... -> -----------------------_exception.I see that normally one of the Double quotes (...
View ArticleCommented Unassigned: Double quote replaced by some other "junk" character [67]
Hi,I am noticing v8Engine.Execute() fails with :_SyntaxError: Unexpected identifier at Script Document xx..xxx.... -> -----------------------_exception.I see that normally one of the Double quotes (...
View ArticleNew Post: Locking Javascript objects
Hello! In general we don't recommend passing script objects from one engine to another, even if those engines are in the same V8 runtime. ClearScript has some support for this, and even some unit...
View ArticleCommented Issue: Issue with building ClearScript with V8 support [62]
Hi there,I just downloaded ClearScript-5.4.0.zip directly from CodePlex and tried to build it in order to run it with V8 support. However, I couldn't get past the point of building 32-bit version of...
View ArticleNew Post: is there any build in functions or classes in V8?
is there any build in functions or classes in V8?
View ArticleNew Post: is there any build in functions or classes in V8?
Hi furesoft, You can see a list of JavaScript built-ins here. Cheers!
View ArticleUpdated Wiki: Announcements
2/8/2015: Version 5.4.1 released. View the release notes and download the source code here. Note: This release removes support for Visual Studio 2012 and updates the procedure for downloading and...
View ArticleReleased: ClearScript 5.4 (Oct 22, 2014)
5.4.1Fixed several issues affecting GlobalMembers on V8. Implemented a V8 debug agent to compensate for removed V8 API. V8Update now fetches V8 source and dependencies from Git repositories. Fixed V8...
View ArticleUpdated Release: ClearScript 5.4 (Oct 22, 2014)
5.4.1Fixed several issues affecting GlobalMembers on V8.Implemented a V8 debug agent to compensate for removed V8 API.V8Update now fetches V8 source and dependencies from Git repositories.Fixed V8...
View ArticleUpdated Wiki: Documentation
Documentation To learn more about ClearScript: Check out the ClearScript tutorial: [Word], [PDF].Browse the ClearScript Library Reference: [Cannot resolve file macro, invalid file name or id.]. Save...
View ArticleUpdated Wiki: Documentation
Documentation To learn more about ClearScript: Check out the ClearScript tutorial: [Word], [PDF].Browse the ClearScript Library Reference: [Reference.chm]. Save this file before opening it. If you get...
View ArticleUpdated Wiki: Home
Version 5.4.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 ArticleEdited Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleEdited Issue: By-reference arguments to VBScript functions do not work [58]
Great Library, really helpful!I ran into one situation where we have some existing VBScripts, the have subroutines and functions that take ByRef scalar types such as ints, double and the values are...
View Article