It looks like the binary you are distributing is a debug build, not the greatest idea because running that requires debug runtime libraries on the user's computers. (And only developers with Visual Studio installed are likely to have those.) Debug builds are also slower to run.nix808 wrote: Sat Apr 27, 2019 9:46 am A bump for this-
I managed to compile for x64.
download in first post
I would suggest you build a release version of the program and statically link the Visual Studio runtime into the .exe, instead of requiring the separate dlls to be installed by the user.
