Re: [AD] More Allegro DOS problems...

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> In the program with the problem, however, I stripped all C++ objects with
> constructors out of my program, and put the following lines:
> allegro_init();
> install_keyboard();
> while ((readkey & 0xFF) != 27);

you really mean while ((readkey() & 0xFF) != 27) dont you? ;)

readkey is a function, that way what you get is the function address



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/