grannypron
grannypron
> Thanks. Helped me get past the same build error in VS 2015. > > Just to clarify, you need to comment out > `#define mbstate_t int` > > and...
I was also thinking of a project where this would come in handy. Somebody tried to add Python support a whiiiile back: https://github.com/stt/dosbox-python
> To get around the FIPS error you can disable the .NET algorithm check/exceptions. We added the following to our app.config: > > ` ` > > See https://blogs.msdn.microsoft.com/shawnfa/2008/03/14/disabling-the-fips-algorithm-check/ Worked....