On 04/03/06 rolandpish wrote: > Hi, I'm planning to start developing desktop applications on C# with MySQL > that can be run under Windows9x,2K,XP and under Linux too. > I've read about this Mono project, but downloads page says that it is only > for Windows 2000 or greater and I need something to run on a windows 98 > machine. [...] > 1. Is it possible to develop with Mono using a Windows 98 machine? > 2. Is it possible to run Mono applications using a Windows 98 machine?
We don't test on w98 and there is definitely code here and there in the runtime that works only on newer systems, IIRC. But the changes required to make it work should be few and we'll appreciate if some windows developer would fix the issues and contribute the changes (I guess in some cases the code could be disabled and some feature could simply be not available, it depends if your app needs it). Basically you need a windows developer that knows a bit the win32 API, how to compile and how to fix a few lines of C code. > 3. On a client machine, is it possible to install only the mono runtime > instead the whole package that includes the compiler? Yes. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
