On 09.12.2009 15:31, Stifu wrote: > ninoid wrote: > >> hello everyone. >> i am new in mono, but I have developed some applications for windows .NET. >> is there any possibilities to compile that applications to run under mono >> runtime? >> in some of them i used DevExpress DXperience controls. >> >> all the best... > Hello, > > There is no need to recompile your applications to run them with Mono. > I don't know whether all DevExpress contols are 100% managed code, gotta > try. If they aren't, they won't work with Mono. > http://community.devexpress.com/forums/t/55085.aspx
The Developer Express GUI controls do not work on Mono and it is doubtful that they ever will. They're making heavy use of Windows-specific function calls via P/Invoke and future Versions are moving towards WPF (which is not even on the Roadmap for Mono yet). See this thread: http://community.devexpress.com/forums/t/55085.aspx -Markus- _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
