Frontend Tech + >> MAMEUI & IV/Play
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

MASH
MASH
Reged: 09/26/03
Posts: 1775
Loc: Germany
Send PM
Re: winui/newui.cpp
02/17/24 05:03 PM


> You need to be a member of Github.
>
> https://github.com/Robbbert/mameui/actions
>
> It's best to choose the latest one (we only keep 2 weeks worth).
>
> If there's issues with MAMEUI crashing (not MAME crashing), let us know.


This change works for me with MSYS64/GCC 13.2 Compiler:

winui/newui.cpp

//if (ofn->filename) // gcc 13.2 errors because it says this cannot be null

to

if (ofn->filename[0] != '\0')

----

Thanks for the MAMEUI Classic update at
https://github.com/Robbbert/mameui







Entire thread
Subject Posted by Posted on
* MAMEUI64 nightly builds are back again Robbbert 02/16/24 02:17 PM
. * Re: winui/newui.cpp MASH  02/17/24 05:03 PM

Extra information Permissions
Moderator:  John IV, Robbbert 
0 registered and 20 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 275