First post, by martiro
Hi everyone. I'm trying to run an old 16bit application on DosBox. At first sight everything seems good: the program starts and it seems to work. The problem appears when a function handles a date: the program is projected to work with italian date format (dd/mm/yyyy) and the regional settings are setted accordingly but DosBox seems to override (or not consider at all) them. The result is that the application shows wrong dates causing a wrong behavior.
Is there a way to configure the date format or to inherit the regional settings format?
Thanks in advance