Compiling question

Windows specific forum
Martin Verlaan
Enthusiast
Enthusiast
Posts: 124
Joined: Sun Apr 01, 2018 11:26 am

Compiling question

Post 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?
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Compiling question

Post 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).
Windows (x64)
Raspberry Pi OS (Arm64)
Post Reply