CandySimplyFi-tool
CandySimplyFi-tool copied to clipboard
Windows exe
Is it possibile to have a compiled windows .exe instead of compiling with Visual Studio?
Is that what you want? https://github.com/MelvinGr/CandySimplyFi-tool/blob/master/bin/simplyfi.exe
Yes, thank you, but integration found the key by itself
Hello, thank you for your great work. However, the simplyfi.exe is useless in this form. It was generated using the DEBUG option, so this exe is asking for DLL-s which name ends with "d" letter (msvcp140d.dll). But those DLL files are NOT included in the public VC++ redistributables (it contains only the msvcp140.dll). So a simple person could never run the exe... Can you plese provide an exe, which can run with the public redistributables (using msvcp140.dll instead of msvcp140d.dll) thank you in advance