[Haskell-cafe] Re: Windows emulator for testing purposes

2010-01-18 Thread Maciej Piechotka
On Mon, 2010-01-18 at 12:04 -0800, Gregory Crosswhite wrote:
 Hey everyone!
 
 I have a Linux machine and a OSX machine, and I am developing packages that I 
 would like to upload to Hackage one day.  Do you have any recommendations for 
 a free/open source solution that would let me emulate a Windows environment 
 for testing purposes?
 
 Cheers,
 Greg

Wine is not emulator - but depending on the task it may suit you. You
can even just link against winelib.

If you have a license (IANAL but AFAIR is counting as separate copy.
Judging by your email you are in some educational institution - check if
you have access to MSDNAA [and license allows you to use it]) you can
set up any x86 emulator or have dual boot.

Regards


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: Windows emulator for testing purposes

2010-01-18 Thread Günther Schmidt

Hi,

this is my configuration:

My iMac and right next to it an x86 with 8GB RAM running OpenSolaris, 
because of its ZFS.


On the OpenSolaris box are about 20 VMs with XP mostly installed, run by 
VirtualBox in headless mode. I connect to those machines from my iMac 
via Remote Desktop (available for Mac from Microsoft). Thanks to the RAM 
I can run up to 3 VMs simultaneously.


Once you installed your 1st WinXP into a Virtual Machine and have it 
activated take a ZFS snapshot of the Virtual disk image and then make 
ZFS clones from that snapshot. Use those disk images then to install 
software as you like.


They will not cost you any additional disk space initially, thanks to ZFS.

All of my devel work is done in those VMS. I suggest you do not bother 
with wine.


Günther



Am 18.01.10 21:04, schrieb Gregory Crosswhite:

Hey everyone!

I have a Linux machine and a OSX machine, and I am developing packages that I 
would like to upload to Hackage one day.  Do you have any recommendations for a 
free/open source solution that would let me emulate a Windows environment for 
testing purposes?

Cheers,
Greg




___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe