Noesis.Javascript-v0.7---Binaries

所属分类:JavaScript/JQuery
开发工具:Visual C++
文件大小:6385KB
下载次数:33
上传日期:2012-12-16 15:50:36
上 传 者asdxas
说明:  c# javascript 引擎 C#调用JS要用到的 大家可以下载看看

文件列表:
Noesis.Javascript v0.7 - Binaries (0, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net3.5 (0, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x64 (0, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x64\Microsoft.VC90.CRT.manifest (1862, 2011-04-18)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x64\msvcm90.dll (245760, 2011-04-18)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x64\msvcp90.dll (853328, 2011-04-18)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x64\msvcr90.dll (641360, 2011-04-18)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x64\Noesis.Javascript.dll (3074560, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x86 (0, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x86\Microsoft.VC90.CRT.manifest (1860, 2011-04-18)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x86\msvcm90.dll (225280, 2011-04-18)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x86\msvcp90.dll (569680, 2011-04-18)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x86\msvcr90.dll (653136, 2011-04-18)
Noesis.Javascript v0.7 - Binaries\.Net3.5\x86\Noesis.Javascript.dll (2334720, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net4.0 (0, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net4.0\x64 (0, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net4.0\x64\msvcp100.dll (608080, 2011-06-10)
Noesis.Javascript v0.7 - Binaries\.Net4.0\x64\msvcr100.dll (829264, 2011-06-10)
Noesis.Javascript v0.7 - Binaries\.Net4.0\x64\Noesis.Javascript.dll (3005952, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net4.0\x86 (0, 2012-05-28)
Noesis.Javascript v0.7 - Binaries\.Net4.0\x86\msvcp100.dll (421200, 2011-06-10)
Noesis.Javascript v0.7 - Binaries\.Net4.0\x86\msvcr100.dll (773968, 2011-06-10)
Noesis.Javascript v0.7 - Binaries\.Net4.0\x86\Noesis.Javascript.dll (2468864, 2012-05-28)

Redistribution -------------- Noesis.Javascript.dll needs the Microsoft C Runtime Libraries. The exact version required is specified in a manifest file automatically included inside the DLL. You can extract it using MT.exe (from the Windows SDK): > mt -inputresource:Noesis.Javascript.dll;2 -out:t.manifest > type t.manifest If you don't include the correct version of the runtime libraries when you redistribute Noesis.Javascript.dll then you will get errors when loading the DLL on some users machines. (Many, but not all users will already have it.) Visual Stdio 2010 is more flexible about where it finds its DLLs (http://mariusbancila.ro/blog/2010/03/24/visual-studio-2010-changes-for-vc-part-5/) so you need not worry about the manifest, but you should still redistribute the runtime library because the user may not have it. Building from Source -------------------- We no longer release a source ZIP file because you need to use Subversion in order to get the v8 source code, so you may as well use it for the javascriptdotnet source too. 1. You need to have Python (32-bit CPython 2.4+, but not 3.x) installed. http://python.org/ftp/python/2.7.2/python-2.7.2.msi Problems have been reported with the ***-bit Python distributions. 2. You need to have the Win32 extensions for Python (pywin32) installed, matching your Python version and architecture. http://downloads.sourceforge.net/project/pywin32/pywin32/Build%20217/pywin32-217.win32-py2.7.exe 3. You need to have scons installed. I had to run the installation program as an administrator to get it to install without errors. http://prdownloads.sourceforge.net/scons/scons-2.1.0.win32.exe 4. Check out the javascriptdotnet source: C:\> svn checkout https://javascriptdotnet.svn.codeplex.com/svn javascriptdotnet 5. Check out a recent v8 tag (the tagged releases are more stable than the trunk) and move the v8 directory under your javascriptdotnet checkout. C:\> svn checkout http://v8.googlecode.com/svn/tags/3.11.6.2/ v8 C:\> move v8 javascriptdotnet 6. Run build.bat to build v8 for your preferred architecture and build environment. C:\javascriptdotnet> buildv8 ia32 vs2010 7. Load the Visual Studio Solution file corresponding to your version of Visual Studio.

近期下载者

相关文件


收藏者