[fpc-pascal] New Pascal cross platform GUI library with IDE
Martin Schreiber
fpmse at bluewin.ch
Thu Dec 8 09:52:50 CET 2005
My Pascal cross platform GUI library and IDE has reached 'near beta' state.
I plan to release the IDE under GPL and the library under LGPL or similar.
- Compiles on FPC 2.0.2 or FPC 2.0.3.
- Tested on i386-linux SuSE 9.0,9.2,10.0 and i386-win32 98 and 2000.
- Links to xlib and gdi32, no external widget library needed.
- Internal character encoding is UCS2.
- Uses anti aliased fonts on Linux (XFT).
- All screen drawing is double buffered.
- Has docking forms.
- Has embedded forms (similar to TFrame).
IDE:
- Integrated debugging.
- Source code highlighting.
- Source code navigation with support for include files.
- Integrated visual form designer with source code update for components and
events.
- Flexible and practical build system with switchable macros.
You can download source and binaries from
http://mypage.bluewin.ch/msegui/
Have a lot of fun!
Martin
More information about the fpc-pascal
mailing list