VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
64 stars 21 forks source link

Dllclose #144

Closed ejaquay closed 9 months ago

ejaquay commented 10 months ago

Fix crashes when DLL dialogs are left open when the owner DLL is removed using the Cartridge menu. Used CreateDialog() to create nonmodal dialogs instead of DialogBox() with a NULL owner. This allows the main window to close the dialog. Side effect is the DLL nonmodal dialogs are now always on top (they can not be occluded by the main vcc window) as per recomended practice.