Hello, > In particular, I would like to test my personal project Registrar > (http://code.google.com/p/registrar/) under Windows. Since Registrar uses > Gtk#, it needs a recompile under Windows to use the right version. Whereas > the project uses Stetic for its GUI components, and #D doesn't have a Stetic > compiler, should I just drag along the generated.cs file from gtk-gui?
That will work for now (copying the generated file). > That seems rather unelegant for use with a Subversion-based project, as > generated.cs is updated very frequently, and would thus artificially inflate > the commit logs. If, however, that is the best solution, then I can do that > and just create a new solution file using the same source files. I was just > hoping that someone would have a suggestion for a more elegant solution. Ideally, we should make MonoDevelop and Stetic run on Windows. Stetic would be all you need immediately (if you are planning on using #D which is more Windows-centric). Miguel _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
