L505 wrote: > >> MSEgui has a distinct advantage over Lazarus. It compiles under Delphi. Just >> tried it. Fiddled with one or two lines in the code, but I got the IDE to >> compile and run and then built a small hello world app that also ran. Pretty >> impressive really. > > And the exe's/elf's it generates are reasonable in size. Going to check it > out > today, again.
That's always the trade off. MSEgui is something really different from lazarus: Lazarus/lcl is vcl compatible and uses the native widget set. MSEgui uses a complete pascal only approach: no compatibility, no default gui elements from the OS, this leads to little overhead, high speed and small executables. Both approaches can't be combined unfortunately. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal