I have compiled a Windows 32 program under Linux with: i686-w64-mingw32-gcc -O3 -s -mconsole binpatch.c -o binpatch.exe If I run it in 64 bit Windows 10 in cmd (or powershell) it always starts a new terminal, so that I can't see the output of the program. The source of the program can be found at: https://sourceforge.net/projects/binaryeditor/files/binpatch/binpatch-0.0.3.zip Previously I could make it to work by copying it a few times, but this doesn't work anymore. EDIT: Copying still works, but...
I have compiled a Windows 32 program under Linux with: i686-w64-mingw32-gcc -O3 -s -mconsole binpatch.c -o binpatch.exe If I run it in 64 bit Windows 10 in cmd (or powershell) it always starts a new terminal, so that I can't see the output of the program. The source of the program can be found at: https://sourceforge.net/projects/binaryeditor/files/binpatch/binpatch-0.0.3.zip Previously I could make it to work by copying it a few times, but this doesn't work anymore.