What is "ActiveScript compliant xbScript Dll"?
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) in any MS ActiveScript compliant Host. For example:
- Windows Script Host
- Internet Explorer (html scripts)
- IIS (asp scripts)
What''s new:
xbScript now includes an xHarbour compatible native PCODE compiler. This
translates to even higher compatibility with xHarbour, and a script
execution speed comparable with compiled xHarbour applications. All of
xHarbour syntax is now supported, except:
- Module wide STATIC variables
- Extended Codblocks (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.htmhttp://www.xharbour.com/xbs/clock.htmhttp://www.xharbour.com/xbs/fade.htmhttp://www.xharbour.com/xbs/scroller.htmhttp://www.xharbour.com/xbs/dynhtml.htmhttp://www.xharbour.com/xbs/servervariables.aspInstallation:
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.txtAs always, your input is highly appreciated.