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

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


> Short of the size of the program, nothing else is being called, and I
> can't determine the cause... any ideas, anyone?

I compiled:

#include <allegro.h>

int main(void)
{
   allegro_init();
   install_keyboard();
   while ((readkey() & 0xFF) != 27)
      ;

   return 0;
}

with gcc 2.95.3 (DJGPP 2.03) and binutils 2.11 (gcc -g -Wall ... -lalleg).

It worked fine, either under Win95 OSR2 or in pure DOS.

--
Eric Botcazou
ebotcazou@xxxxxxxxxx



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