ANN: xbScript (FoxPro compatible ActiveScript engine) 2.0 RC2.3 released -
02-22-2006
, 04:22 PM
Hi All,
Latest ActiveScript compliant xbScript.dll is now available for download
from the xHarbour Community Center:
http://www.xHarbour.com/xHC
Direct link:
-------------
http://www.xharbour.com/xhc/index.as...i=7&show_sub=1
[Version is still listed as 1.3.0.0 - please disregard, it will be corrected
shortly.]
NO REGISTRATION required, and xbScript is FREE of any cost, and offers the
unrestricted full version.
You may also get a xbScript, transparently, on demand, by simply reviewing
any of the samples, at the bottom of this message.
What is "ActiveScript compliant xbScript Dll":
----------------------------------------------
xbScript is an xBase scripting engine, compliant with the Microsoft
ActiveScript specifications. The Microsoft ActiveScript specifications are
standardized conventions based on OLE, to enable script engines in varieties
of environments (Script Hosts).
xbScript.dll enables xBase scripting (exactly like MS vbScript and JScript)
including the complete Clipper/xHarbour RTL, OOP, DBFNTX,
DBFCDX, etc., in any MS ActiveScript compliant Host. For example:
- Windows Script Host
- Internet Explorer (html scripts)
- IIS (asp scripts)
All of Clipper and xHarbour syntax is now supported, (and most of FoxPro
syntax) except.
- Module wide STATIC variables
- Extended Codeblocks (Extended INLINE Methods *are* supported
using other approach)
- LOCAL, and STATIC variables are simulated using PRIVATE memvars.
- MEVARS, and FIELDS declarations are ignored.
- Detached LOCALs in Codeblocks, as we don't have real LOCALs.
Online samples:
----------------
http://www.xharbour.com/xbs/buttons.htm
http://www.xharbour.com/xbs/clock.htm
http://www.xharbour.com/xbs/fade.htm
http://www.xharbour.com/xbs/scroller.htm
http://www.xharbour.com/xbs/dynhtml.htm
http://www.xharbour.com/xbs/ServerVariables.asp
Installation:
-----------
1. Download the xbScript.zip and extract the single xbScript.dll file
into any folder of your choice (recommended \xbScript)
2. Open a DOS Console
3. CD to the folder where you extracted xbScript.dll.
4. Type: RegSvr32 xbScript.dll
In the alternate you may simply click any of the above samples, this will
automatically download and self register xbScript.dll
How to:
--------
The zip file [or the auto installing cab file] only includes the core
xbScript.Dll. You may review the source of any of the above samples, by:
1. Click the sample to open it in your browser.
2. RIGHT Click the page.
3. Click the "View Source" context menu option.
New ASP samples, Documentation, and further information will be available
ASAP.
ReadMe.txt:
------------
http://www.xharbour.com/xbs/readme.txt
As always, your input is highly appreciated.
Ron |