The Allegro example file (allegtest.c) crashes because ilutConvertToAlleg() is called before allegro_init(). Calling allegro_init() before ilutConvertToAlleg() solves the problem.
Log in to post a comment.