GXTX / YACardEmu

Software emulator for Sanwa CRP-1231BR-10 / CRP-1231LR-10NAB / CR-S31R-10HS3 card readers.
GNU General Public License v2.0
32 stars 10 forks source link

Windows 7 cant use this in wmmt3 /_\ #8

Closed MOHAAUnnamedSoldier closed 2 years ago

MOHAAUnnamedSoldier commented 2 years ago

in release version it just crash with no error in debug version error is missing VCRUNTIME104D.dll but i was install c++ full version in teknoparrot website,so i think its windows7 bug.. please help us to fix this/_\

GXTX commented 2 years ago

Thanks for testing on Windows 7!

As you know Windows 7 was deemed end of life in early 2020, and as such it's an untested platform with this. I briefly tested compiling using Visual Studio 2015 on a Windows 7 32bit VM but never attempted to play.

So... What I need from you or perhaps an interested party is to follow the build instructions in the readme, install Visual Studio 2022, compile it on your end, and use it to debug to see where it's crashing. If you do that I can patch and others can use the precompiled binaries.

GXTX commented 2 years ago

Fixed in 7e9d80b. Download the latest release version.

MOHAAUnnamedSoldier commented 2 years ago

Thanks a lot !!