Xref: news2.mv.net comp.os.msdos.djgpp:7673 From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: What is gppconio_init() supposed to do ? Date: Tue, 20 Aug 1996 15:46:52 +0200 Organization: TU Chemnitz-Zwickau Lines: 20 Message-ID: <3219C1CC.E59@Mathematik.tu-chemnitz.de> References: <4vbqa9$scl AT is DOT bbsrc DOT ac DOT uk> NNTP-Posting-Host: tantalus-e.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp david DOT faure AT bbsrc DOT ac DOT uk wrote: > > As the title says, I don't see what gppconio_init() is supposed to do ... > The conio functions work if I don't call it as well as if I do . > If you look carefull at the sources, you will see (as far as I know at the and of the file) that the gppconio_init() is putted in the ..ctor section. That means, this function is automaticly called every time the program runs and it is called, BEFORE main() is called. So you don't nedd to call it manually. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************