I've downloaded the source for PinMame, and am seeing the following problems:
Posted 19 April 2023 - 12:51 AM
I've downloaded the source for PinMame, and am seeing the following problems:
Posted 20 April 2023 - 01:50 AM
hmmm.. weird.. have you tried deleting the inline stuff on top of the file in displayinfolist.cpp ?
I assume you are referring to:
#if _MSC_VER >= 1700 #ifdef inline #undef inline #endif #endif
I tried several ways of mitigating this, but had the same issue. Looking a little deeper, the first time I see this is when trying to compile: Controller.cpp and it appears all others after