Page 1 of 1
Compiling question
Posted: Sat Aug 04, 2018 6:53 pm
by Martin Verlaan
I developed my program under Linux and I also want to compile it for Windows users. I don't know much about Windows so my question is: If I compile it in Windows 10, should the .exe also work on Windows 7 (and vice versa) ? Or should I compile it in each Windows version seperately?
Re: Compiling question
Posted: Sat Aug 04, 2018 7:19 pm
by wilbert
Martin Verlaan wrote:I developed my program under Linux and I also want to compile it for Windows users. I don't know much about Windows so my question is: If I compile it in Windows 10, should the .exe also work on Windows 7 (and vice versa) ? Or should I compile it in each Windows version seperately?
If you don't use any special api functions, it should run on both Windows 10 and Windows 7 (probably even on Windows XP).