From: Michael Schuster Newsgroups: comp.os.msdos.djgpp Subject: Re: [Allegro] Input string?? Date: Thu, 28 Jan 1999 07:22:01 GMT Organization: Regionales Rechenzentrum Erlangen, Germany Lines: 17 Message-ID: <19990128.7220136@eev6.eev> References: <36AFC0EA DOT 88859D56 AT phreaker DOT net> NNTP-Posting-Host: eev6.e-technik.uni-erlangen.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Priority: 3 (Normal) X-Newsreader: Mozilla/3.0 (compatible; StarOffice/5.0; WinNT/Win95) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id CAB31058 Reply-To: djgpp AT delorie DOT com Hi > Can someone tell me (or show me an example) how to input a string with > Allegro in graphic mode without the gui? > Why isn't this part of Allegro? Allegro is too awesome to be missing a > string input code. Use d_edit_proc, the dp-field points to a char*. See also Allegro docs, examples and/or contact me directly. Gruesse Michi