FYI--
A new version of XBLite, v2.4.0, has been released
and is available for download from the XBLite website:
http://xblite.pagesperso-orange.fr/
or download directly from:
http://xblite.pagesperso-orange.fr/xblite_240.zip
http://xblite.pagesperso-orange.fr/xblite_240.7z
XBLite for Windows
What's New
v2.4.0
- This version contains many compiler bug fixes and optimizations.
- The XBLite Reference Manual has been updated to version 1.10.
- The output *.def file has been streamlined and is created only if a
program
is compiled as library.
- All Xst exception functions have been moved from the Xst library to
Xsx.
- Added DATA statement for storing string data, eg,
DATA "abcd", "123", "2.56"
READ a$, b, c#
See the demo program eliza.x
- Added Xin, a winsock/internet protocol library, and includes demos
using Xin.
- The win32 helper functions XstCenterWindow, HIWORD, LOWORD, MAKELONG,
and RGB have been moved from the Xst library to Xsx.
- XBLite internal memory management functions Xmalloc, Xrealloc,
Xcalloc,
and Xfree are now exported in Xst.
- Removed the internal call to Xit. All exception handling must now be
done
using XstTry.
- The runtime library xbl.dll is 13% smaller and is now 58 kb.
- Added a dbase III+/IV library, Xdb3.
- Added a ftp library, XinFtp.
- Added new demo programs talk.x, vbscript.x, easun.x, eliza.x, gol.x,
ping.x, xsttry.x, writecon.x, sourcesort.x, proplistbox.x, sizer.x,
comgen.x, picturebox.x, unigui.x, define_guid.x, dma.x, xinclient.x,
xinhttp.x, xinserver.x, xinsmtp.x, restart.x.
- Any program which exports functions must contain a PROGRAM statement,
otherwise, it is not required.
ciao,
D.


|