I'm developing a Windows Application and would love the ability to test it in different environments. For instance a 32-bit Windows Server 2008 as well as an XP machine and a 64-bit Vista, etc. Is there a virutalization solution or something like this where I can just go on there and test some things real quick?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
closed as not constructive by gnat, Tom Squires, Martijn Pieters, MichaelT, Dynamic Mar 2 at 13:15
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
The are many, you can use full-virtualization solutions like Virtual box, qemu, xen and vmware also you can use qemu user emulation which emulates environment just for your application and does not provide full virtualization. I suggest VirtualBox among above list. You can find detail instructions on their web sites. |
|||
|
|