Jump to content

StHiryu

Premium Members
  • Posts

    343
  • Joined

  • Last visited

  • Days Won

    84

Posts posted by StHiryu

  1. On 8/2/2021 at 12:20 PM, Robert said:

    @StHiryu : I was about to say that the file locations are right there in the text you quoted.

    Obviously I'm not going to recommend using bits of code from old versions - there's a reason for having newer code.

    You need to consider that you are able to build MAMEUI, and MESSUI is simply a subset of that. So you need to find out what you're not doing correctly.

    Simply I'm doing the same process with all the distributions. For example for mameui:

    git clone https://github.com/Robbbert/mameui.git

    make -j5 TARGET=mame OSD=messui REGENIE=1 STRIP_SYMBOLS=1 NOWERROR=1 PTR64=1

    And for messui:

    git clone https://github.com/Robbbert/messui.git

    make -j5 SUBTARGET=mess OSD=messui REGENIE=1 STRIP_SYMBOLS=1 NOWERROR=1 PTR64=0

    No changes are made from the github code.

    EDIT: Finally compiled 0.233 with the quoted changes and works. So I'll compile again the messui versions since 0.227.

  2. 23 hours ago, CBF said:

    Hi,

    the last time I've compiled MessUI32 was with version 0.230, and it worked with the following changes:

    In src\mame\: copy messui.txt mess.flt

    In src\osd\winui\: copy ui.rc mameui.rc

    I guess this will still work for newer MessUI32 versions, too - maybe give it a try ...

     

    Where do you obtain those files to copy from (messui.txt mess.flt ui.rc mameui.rc)?

  3. Tried 0.233 with the known problems. The exe does not launch. Can compile 234 to test later...

    Edit: Same problem with 0.234. It's strange this does not happen with arcade, hbmameui and mameui.

  4. OK managed to get working the exes on Xp again. Download them from the usual place.
    Big thanks to Mr-J from Emu-France.com <http://www.emu-france.com>

    NOTE: MessUI32 won't launch using GCC 9.3.0, so maybe it's not a compiler problem.

×
×
  • Create New...