@# @# This is the source for the Adime readme file, in Allegro's custom format. @# Read allegro/docs/makedoc.c for a description of what is going on... @# @ignore_css @multiwordheaders @#multiplefiles @#locale=latin1 @document_title=Adime - Readme @html_footer=Back to Contents @rtfh=Readme for Adime @$\input texinfo @$@setfilename readme.inf @$@settitle Readme for Adime @$@setchapternewpage odd @$@paragraphindent 0 @$@setchapternewpage off @# This should remain commented at the moment (dvi output) @$@finalout @$ @$@ifinfo @$@direntry @$* Adime: (adime). Readme file for Adime @$@end direntry @$This is the Info version of the Adime readme file. @$ @$By Sven Sandberg @$@end ifinfo @$ @$@node Top, , (dir), (dir) @
@!indent
_ _ _
/_\ __| (_)_ __ ___
/ _ \/ _` | | ' \/ -_)
/_/ \_\__,_|_|_|_|_\___|
Allegro Dialogs Made Easy
@# note: version number patched by fixver.sh
Version 2.2.1
Readme
http://adime.sourceforge.net/
by Sven Sandberg
@indent
@
@!text
@heading
Contents
@shortcontents
@text
@heading
Introduction
Adime is a library for constructing Allegro gui dialogs in a way
similar to scanf(), using a format string. You only need one function
call to create, e.g., a dialog where the user can enter an integer, a
string, select a file, and select a string from a list.
Other features include (customizable) 3d look and feel, 3d versions of
some of Allegro's gui procs, complete help in many formats (html, txt,
chm, texinfo, man, devhelp, rtf), and four example programs.
Adime can currently be compiled on Linux, Windows/MinGW32,
Windows/Borland C++, Windows/MSVC, DOS/DJGPP, DOS/Watcom, Apple MacOS
X, and QNX.
@heading
Licence
The zlib/libpng license: see license.txt for more information.
You are also strongly encouraged to give away the source code of your
program, but you do not have to do so.
@heading
Requirements
You need to have installed and compiled Allegro
(http://alleg.sf.net/). You need at least version 4.*.
If you don't have a local copy of the Allegro library (e.g. because
you deleted it to save some space after installation), then download
the dimalleg.zip package from Adime's homepage. Unzip it to the same
place where you unzipped Adime, then continue the installation as
usually.
@heading
Installation
See the file corresponding to your platform:
linux.txt mingw32.txt bcc32.txt msvc.txt djgpp.txt watcom.txt qnx.txt macosx.txtThese files are located in the docs/build/ directory. @heading Common Problems It is easy to give invalid arguments to `adime_dialogf()' by accident, and the error might not point out the source of the problem very well. Here is a checklist with the most common problems: