Mail Archives: djgpp/1996/08/20/16:08:05
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 *
*****************************************************************
- Raw text -