VMWare or Virtual PC?
-
Which one would you suggest, and why? I plan on using the software to do testing and use multiple OS's on a single computer without partitioning. Thanks, Mitch My sig: "And it is a professional faux pas to pay someone else to destroy your computer when you are perfectly capable of destroying it yourself." - Roger Wright Get Perpendicular! (Hitachi Storage) My CodeProject Blog Most recent blog post: April 11
-
Which one would you suggest, and why? I plan on using the software to do testing and use multiple OS's on a single computer without partitioning. Thanks, Mitch My sig: "And it is a professional faux pas to pay someone else to destroy your computer when you are perfectly capable of destroying it yourself." - Roger Wright Get Perpendicular! (Hitachi Storage) My CodeProject Blog Most recent blog post: April 11
Are all the OSs Windows or does it include Linux as well ? Not surprisingly, Virtual PC's Linux support isn't as good as it's Windows support. Elaine :rose: The tigress is here :-D
-
Which one would you suggest, and why? I plan on using the software to do testing and use multiple OS's on a single computer without partitioning. Thanks, Mitch My sig: "And it is a professional faux pas to pay someone else to destroy your computer when you are perfectly capable of destroying it yourself." - Roger Wright Get Perpendicular! (Hitachi Storage) My CodeProject Blog Most recent blog post: April 11
if (guestOS == FullySupportedOS::Linux)
choose = MachineEmulators::VMWare;
else
choose = MachineEmulators::VirtualPC;I see dead pixels Yes, even I am blogging now!
-
if (guestOS == FullySupportedOS::Linux)
choose = MachineEmulators::VMWare;
else
choose = MachineEmulators::VirtualPC;I see dead pixels Yes, even I am blogging now!
-
Carl Mercier wrote: Can you write this in VB6 please? Wait, wait! That's a programming question.