Jump to content

MESS, MESSUI and MAMEUI 0.245


Robert

Recommended Posts

MESS, MESSUI and MAMEUI 0.245 are released.

 

https://messui.1emulation.com/

https://arcade.mameworld.info/messui

 

There were 5 attempts to kill off winui, but it was possible to revert all those changes and keep the projects going.

Next month will be even more challenging. The old file split by drivers, machine, video, etc has been wiped away, replaced by some arbitrary scheme. Whenever a file is moved, the local modifications are lost. It will quite a task to keep control of this. There might be more disruption that isn't known about yet.

Link to comment
Share on other sites

Getting this error when trying to compile mess 32bit (messui 32 compiled fine):

Archiving liboptional.a...
makefile:1133: recipe for target 'windows_x86' failed
make: *** [windows_x86] Error 2
 

Any idea to solve this?

Link to comment
Share on other sites

Most of that stuff is deprecated warnings; you can prevent them showing by including DEPRECATED=0 in your make line.

The errors around the windows debugger could be because Vista is the minimum supported version now, it was a change during the last month. XP libraries may not support the methods being used.

The errors around drcbex64 are unknown to me, they would need further investigation.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...