Allegro.cc - Online Community

Allegro.cc Forums » Programming Questions » Multiple windows open before main window opens

This thread is locked; no one can reply to it. rss feed Print
Multiple windows open before main window opens
Lester702
Member #20,104
May 2021

I've been following the docs on the GitHub wiki (https://github.com/liballeg/allegro_wiki/wiki/Allegro-Vivace%3A-Graphics)
and I keep having an issue where multiple windows open before the main window opens

DanielH
Member #934
January 2001
avatar

show code please? At least the initialization portion.

Dizzy Egg
Member #10,824
March 2009
avatar

This seems to be (on Windows at least) directly related to:

al_set_new_display_option(ALLEGRO_SAMPLES, 8, ALLEGRO_SUGGEST);

Comment out that line and it will stop.

----------------------------------------------------
Please check out my songs:
https://soundcloud.com/dont-rob-the-machina

Edgar Reynaldo
Major Reynaldo
May 2007
avatar

Go to: