Here
you can find the stable distributions and the source code of Bee and
BeeGui. Bee and BeeGui are developed using the Object PASCAL. At
present you can compile Bee with Delphi or Lazarus \ FPC. With little
changes in the source code, it is possible to carry on Unix platform.
You can compile BeeGui only with Delphi and at present BeeGui runs
only on Windows platform. Some download links redirect to download page on www.compression.ru/fa.
Files for users:
| Link |
Date |
Version |
System |
Description |
| Download |
2007-02-18 |
0.7.9+ |
Windows |
Bee |
| Download |
2007-02-18 |
1.0.4 |
Windows |
BeeGui |
| --- |
--- |
--- |
--- |
--- |
| Download |
2006-01-05 |
0.7.9 |
Windows |
Bee |
| Download |
2006-01-05 |
1.0.2 |
Windows |
BeeGui |
Files for developers and source code:
| Link |
Date |
Version |
System |
Description |
| Download |
2007-02-18 |
1.0.0 |
Windows |
Bee SDK |
| --- |
--- |
--- |
--- |
--- |
| Download |
2006-12-28 |
0.7.9 |
Any |
Bee4Laz source |
| Download |
2006-12-28 |
1.0.3 |
Any |
BeeGui4Laz source |
| --- |
--- |
--- |
--- |
--- |
| Download |
2006-01-05 |
0.7.9 |
Windows |
Bee source |
| Download |
2006-01-05 |
1.0.2 |
Windows |
BeeGui source |
Lazarus is the class libraries for Free Pascal
that emulate Delphi. Free Pascal is a GPL'ed
compiler that runs on Linux, Win32, OS/2, 68K and
more. Free Pascal is designed to be able to
understand and compile Delphi syntax, which is of
course OOP. Lazarus is the part of the missing
puzzle that will allow you to develop Delphi like
programs in all of the above platforms. Unlike Java
which strives to be a write once run anywhere,
Lazarus and Free Pascal strives for write once
compile anywhere. Since the exact same compiler is
available on all of the above platforms it means
you don't need to do any recoding to produce
identical products for different platforms.
If you want more informations about to Lazarus click here .
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler.
It is available for different processors: Intel x86, Amd64/x86 64, PowerPC,
Sparc. The discontinued 1.0 version also supports the Motorola 680x0.
The following operating systems are supported: Linux, FreeBSD,
Mac OS X/Darwin, Mac OS classic, DOS, Win32, OS/2,
Netware (libc and classic) and MorphOS.
The language syntax has excellent compatibility with TP 7.0 as well as
with most versions of Delphi (classes, rtti, exceptions, ansistrings, widestrings, interfaces).
A Mac Pascal compatibility mode is also provided to assist Apple users. Furthermore
Free Pascal supports function overloading, operator overloading, global properties and
other such features.
If you want more informations about to FPC click here .
|