Difference between revisions of "DelphiWebScript"

From Free Pascal wiki
Jump to navigationJump to search
Line 5: Line 5:
 
== FPC port ==
 
== FPC port ==
 
=== Current state ===
 
=== Current state ===
;Version 2.1
+
* started new port
'''beta''' (as of 25/09/2011)
 
 
 
* COM not supported
 
* No unicode support
 
* Test suite: tests passed but there are random failures
 
* No demos
 
* tested on i368-win32
 
;Version 2.3 (current dwscript trunk)
 
'''pre alpha''' (as of 27/10/2011)
 
under development in master branch
 
;Related FPC bugs
 
 
 
*{{MantisLink|21124}}
 
*{{MantisLink|21015}}
 
 
 
=== Requirements ===
 
;Version 2.1
 
* Freepascal 2.5.1-2.6.x
 
* Lazarus 0.9.30+
 
;Version 2.3
 
* Freepascal 2.7.1+
 
* Lazarus 0.9.31+
 
 
 
=== Known issues ===
 
* Due to FPC bug with unit cycles, compilation without clean fails.
 
  
 
== Git repository ==
 
== Git repository ==
 
* https://github.com/alexvins/dwscript
 
* https://github.com/alexvins/dwscript
  
== Download ==
 
* Current development snapshot [http://sourceforge.net/projects/alexvins.u/files/DWScript/2.1.alpha1.Zip/download 2.1.alpha1]
 
  
 
== Reporting bugs ==
 
== Reporting bugs ==
Line 47: Line 20:
 
== Links ==
 
== Links ==
 
* [http://sourceforge.net/projects/dws/ Original DelphiWebScript] (not active)
 
* [http://sourceforge.net/projects/dws/ Original DelphiWebScript] (not active)
* [http://code.google.com/p/dwscript/ DWScipt Revival] (active developement)
+
* [http://code.google.com/p/dwscript/ DWScipt Revival] (not active)
 +
* [https://bitbucket.org/egrange/dwscript Current upstream]
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 20:06, 13 August 2016

Introduction

DWScript is an object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages (FreePascal, Prism, etc.). It introduces a few Pascal language extensions of its own as well. DWScript is licensed under Mozilla Public License v 1.1 .

FPC port

Current state

  • started new port

Git repository


Reporting bugs

First, read How do I create a bug report.

To report bug you can use direct link to lazarus-ccr bug-tracker http://bugs.freepascal.org/set_project.php?project_id=9

When reporting select Category=dwscript.

Links