> Having developed an application with mono that uses the GTK-Sharp 2.12.0.0 > how I can run it on .Net? > What should I install on Windows to make this possible?
You need to install gtk binaries for windows plus the gtk-sharp dlls. A runtime installer can be found here: http://sourceforge.net/project/showfiles.php?group_id=74626&package_id=223067 But since the latest version there is 2.10. your 2.12. app won't work, you have to compile with 2.10 support in order to run in under windows. cheers mathias _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
