Daka Posted August 23, 2017 Share Posted August 23, 2017 Hello I just developed software on XP and later did check on win 7 and just moment ago, the software failed on windows 10 64bit. I'm webdeveloper and this is first time developing windows software, so here comes the question: Is there platform to test software on all versions of windows? One option that I used for webdevelop, was virtualbox and download the all versions of windows: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ but it seems that it doesn't work for programs only for browsers (from point I checked, maybe I'm wrong). So are there windows versions that are full and free of charge to download and test it in virtualbox? Or I need to get all windows licences? Link to comment Share on other sites More sharing options...
Developers Jos Posted August 23, 2017 Developers Share Posted August 23, 2017 Only way I know is to run some sort of VM software with instances of each flavor of windows and simply test it. Jos Daka 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted August 23, 2017 Moderators Share Posted August 23, 2017 As Jos mentions above, VMs are your best way to go for this. I am assuming you have access to each OS; you can use VMware Player or VirtualBox on the cheap, or use VMware Workstation if you want to put a few more resources into it. You could also set up some containers if you are looking for more agile testing capabilities, but that adds to the complexity. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
krasnoshtan Posted April 28, 2018 Share Posted April 28, 2018 (edited) if you have machine with win 10, you can change compatibility preference in same named tab in the compiled .exe file properties. But this method may not work for all 100%, especially if your program works with the file system and system files names/variables. For example, system files/folders of winxp may differ considerably on Vista+. But you can try Edited August 18, 2020 by krasnoshtan some small clarifications Link to comment Share on other sites More sharing options...
Developers Jos Posted April 28, 2018 Developers Share Posted April 28, 2018 One of the biggest compatibility issues is the support of 8bit code, which is not present anymore! So the not 100% comment is somewhat misleading.:) Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted April 29, 2018 Moderators Share Posted April 29, 2018 Agreed, the "not 100%" is going to be more like "maybe 5% if you're fortunate" - in all a bad idea. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now