On Tuesday 06 May 2008 21.35:29 Felipe Monteiro de Carvalho wrote: > > There is also msegui, but as far as I remember it has some dependency > on glibc, so I have serious doubts if it would run in arm without > modifications.
Koenraad Lelong managed to run a MSEgui application on an arm-linux device, see the thread "MSE gui for arm-linux" from 2007-12-26 in NNTP: news://news.grid-sky.com/public.mseide-msegui.talk He used the i386-linux libc bindings IIRC. MSEgui does not use many libc routines. The reason for using libc in MSEgui is Kylix compatibility (Kylix has no baseunix) and locale support. It is planned to either {$ifdef} libc calls in MSEgui for FPC version or to implement MSEgui specific multi platform libc bindings. MSEgui works with and without xft. Martin _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
