Last update September 1, 2012

Venus Library



Difference (last change) (no other diffs, normal page display)

Changed: 1c1
The Venus library is built to use D as a tool and GUI application language. The current version is rudimentary and contains only a few modules that explore the D language.
The Venus library is built to use D as a tool and GUI application language. The current version is rudimentary and contains only a few modules that explore the D language download lagu .

The Venus library is built to use D as a tool and GUI application language. The current version is rudimentary and contains only a few modules that explore the D language download lagu .

Copyright

The Venus libary is a donation to Digital Mars. To all others it is GPL.

The standard header of a Venus library module reads:

/*
** module.d
** Copyright (C) 2003 Helmut Leitner
** Donated to Digital Mars.
** Released under the GNU GPL, see LICENSE.TXT
** and http://www.gnu.org/copyleft/gpl.html
*/

Download

Installation

Expand the downloaded file to

   c:\d 
to create the
   c:\d\venus
   c:\d\pavel 
   c:\d\helmut\examples
directories.

Use

Put your code into the

    c:\d\yourname

directory. Import the venus library, typically using the statement

   import venus.all;

at the beginning of your modules and compile your program using commands similar to

    dmd -Ic:\d -Ic:\dmd\phobos -O -release program \d\venus\venus.lib

Documentation


FolderVenus
FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: September 1, 2012 14:17 (diff))