I have been working on porting GNUSim8085 to Windows . It is as simple as: 1. Doing away with Libgnome dependencies. The application uses only few GNOME functions - for initialization, path finding and opening HTTP urls. 2. Compiling and linking using MinGW . There is an excellent HOWTO on compiling GTK+2 software on Windows using MinGW. Except for a few not so significant issues I could successfully compile and produce gnusim8085.exe Development happens in the /branches/windows... read more