Jump to content

WDSibyl: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:WDSibyl.gif|250px|right]]
[[Image:WDSibyl.gif|250px|right]]
'''WDSibyl''' is an open source Object Pascal development environment for OS/2, eComStation and [[Microsoft Windows]] that is largely compatible with [[Borland Delphi]], although it has diverged slightly in the last few years. It is maintained by Wolfgang Draxler who based it on the [[SpeedSoft Sibyl]] open source release of the late 90's that also begat the Lazarus project.  
'''WDSibyl''' is an open source Object Pascal development environment for OS/2 Warp and [[Microsoft Windows]] that is largely compatible with [[Borland Delphi]], although it has diverged slightly in the last few years. It is maintained by Wolfgang Draxler who based it on the [[SpeedSoft Sibyl]] open source release of the late 90s that also begat the Lazarus project.


The general consensus is that the OS/2 version of the toolkit is in a much better state than the MS windows version although the latter is perfectly usable if a slightly outdated development tool.
The consensus is that the OS/2 version of the toolkit is in a much better state than the MS Windows version, although the latter is perfectly usable if a slightly outdated development tool.


==Version==
==Version==
Please note that the latest versions of the software can only be downloaded from the homepage of the author and the site requires registration.
Please note that the latest versions of the software can only be downloaded from the homepage of the author and the site requires registration.
* ''' Latest Version for OS/2-eCS''': 3.13 (2010-01-17)
* 3.13 (2010-01-17): There is also an updated help file for the software package available as a separate download.
: There is also an updated help file for the software package available as a seperate download.
* WDSibyl library: 4.0a7 (2015-11-13) - This is the base Object Pascal library for the package and is much newer than the WDSibyl package itself.
* Latest version of the WDSibyl library: 4.0a7 (2015-11-13)
: This is the base Object Pascal library for the package and is much newer than the WDSibyl package itself.


;Additional software and libraries
;Additional software and libraries
* eWDSibylDefaultColors - Helps with choosing colours in WDSibyl - downloadable from the project homepage.
* eWDSibylDefaultColors - Helps with choosing colours in WDSibyl - downloadable from the project homepage.
* WDSQL - Enables you to connect to SQL databases via [[unixODBC]] - downloadable from the project homepage.
* WDSQL - Enables you to connect to SQL databases via unixODBC - downloadable from the project homepage.
In addition to these there are quite a few code snippets hidden away on the WDSibyl discussion forums, including a small dbf library.
In addition to these, there are quite a few code snippets hidden away on the WDSibyl discussion forums, including a small dbf library.


==Links==
==Links==
* [http://www.wdsibyl.org The WDSibyl Homepage]
* [http://www.wdsibyl.org/en The WDSibyl Homepage]
* [http://www.wdsibyl.org/module-Forum.html The WDSibyl discussion forum]
* [http://svn.netlabs.org/wdsibyl/wiki Old Version] - Old Subversion package on Netlabs.
* [http://www.wdsibyl.org/index.php?module=Wiki&func=view&tag=HomePageDeu The WDSibyl Homepage / Wiki] -- Project Homepage / Wiki
* [ftp://ftp.netlabs.org/pub/wdsibyl/wdsibyl/ Old WDSibyl Download] - Old Installation packages on Netlabs
* [http://svn.netlabs.org/wdsibyl/wiki Old Version] -- Old Subversion package on Netlabs.
* [ftp://ftp.netlabs.org/pub/wdsibyl/wdsibyl/ Old WDSibyl Download] -- Old Installation packages on Netlabs
* [http://www.gladir.com/CODER/TOOLS/wdsibyl.htm French introduction to WD-Sybil]


==Publications==
;Presentation
* [http://wse2005.warpevents.eu/Presentations/Presentations/DEV02_WDSibyl_Doku_DE.pdf A presentation on WD-Sybil] by [[Wolfgang Draxler]] - In German.
* [http://wse2005.warpevents.eu/Presentations/Presentations/DEV02_WDSibyl_Doku_DE.pdf A presentation on WD-Sybil] by [[Wolfgang Draxler]] - In German.


== License ==
== License ==
* Open source software released under the [[GPL v2]]
* Open source software released under the [[GPL v2]]
 
* Author: [[Wolfgang Draxler]] (Current maintainer)
==Authors & publisher==
* [[René Nürnberger]] (Original author)
* [[SpeedSoft]] (Original publisher)
* [[Wolfgang Draxler]] (Current maintainer)


[[Category:Pascal]][[Category:MS Windows Tools]][[Category:Open Source Software]]
[[Category:Pascal]][[Category:MS Windows Tools]][[Category:Open Source Software]]
[[Category:Software written in Pascal]]
[[Category:Software written in Pascal]]

Latest revision as of 22:45, 22 December 2022

WDSibyl is an open source Object Pascal development environment for OS/2 Warp and Microsoft Windows that is largely compatible with Borland Delphi, although it has diverged slightly in the last few years. It is maintained by Wolfgang Draxler who based it on the SpeedSoft Sibyl open source release of the late 90s that also begat the Lazarus project.

The consensus is that the OS/2 version of the toolkit is in a much better state than the MS Windows version, although the latter is perfectly usable if a slightly outdated development tool.

Version

Please note that the latest versions of the software can only be downloaded from the homepage of the author and the site requires registration.

  • 3.13 (2010-01-17): There is also an updated help file for the software package available as a separate download.
  • WDSibyl library: 4.0a7 (2015-11-13) - This is the base Object Pascal library for the package and is much newer than the WDSibyl package itself.
Additional software and libraries
  • eWDSibylDefaultColors - Helps with choosing colours in WDSibyl - downloadable from the project homepage.
  • WDSQL - Enables you to connect to SQL databases via unixODBC - downloadable from the project homepage.

In addition to these, there are quite a few code snippets hidden away on the WDSibyl discussion forums, including a small dbf library.

Links

Presentation

License