I've given up on a Visual Studio build, but found it was easy to install Dev-C++ and build it with that.
However there seem to be a couple of missing resource IDs for the Windows build. Here's a diff of what I added. Index: src/resources.h =================================================================== --- src/resources.h (revision 135) +++ src/resources.h (working copy) @@ -24,7 +24,10 @@ #define IDM_CDROM_EMPTY 40061 #define IDM_CDROM_ISO 40062 #define IDM_CDROM_REAL 40063 +#define IDM_MOUSE_FOL 40064 +#define IDM_MOUSE_CAP 40065 + #define RadioButton1 1000 #define RadioButton2 1001 #define RadioButton3 1002 The Windows build does not have a makefile which was easily overcome. It also does not have a config.h which is harder to get around. Any chance of adding a config.h for Windows? Regards, Alan _________________________________________________________________ Make a mini you and download it into Windows Live Messenger http://clk.atdmt.com/UKM/go/111354029/direct/01/ _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
