Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: headkaze on May 20, 2007, 01:44:08 am

Title: Mame32 0.115 not compiling
Post by: headkaze on May 20, 2007, 01:44:08 am
Has anyone got Mame32 0.115 compiled okay? It just wont work for me. I've noticed you need to copy the files into src\osd\windows now, but when I compile there are no errors and the exe is created but it has no icon and launching it does nothing. Compiling standard Mame 0.115 on the other hand works fine. This is the first time Mame32 hasn't compiled for me.

I am using the following batch file to compile it..
Code: [Select]
@ECHO OFF
SET PATH=%PATH%;C:\MinGW\bin
mingw32-make.exe WINUI=1 P4=1 NAME=Mame32
Title: Re: Mame32 0.115 not compiling
Post by: SGT on May 20, 2007, 11:47:19 am
Are you using a mame32ui.ini and ini\mame32.ini from a version earlier than .115? Not that that would keep the icon from showing up, but parsing of these ini files changed for version .115 I think.