Re: [AD] win minimze bug (part2)..nevermind! |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
althou i have not located this bug, i have a work around that i will use.
seems that the set_gfx_mode() works.even when app is minimized. (due to hitting WindowKey+M between allegro_init() and set_gfx_mode() )then a call to acquire_screen() crashes, saying "accessing 0x00001c" acquire screen internally calls acquire_bitmap() which is the top of the stack list in the MSVC6 debugger when my app crashes. it looks like the acquire_bitmaps was passed a NULL ptr.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |