http://www.xodc.org.uk/repos/ot4xb/
http://www.xbwin.com/download/ot4xb.zip

Changes:

Xbase++:

* Removed some functions and classes useless outside the context of xppgui.
* Improved CLASS gwst
* Other minor fixes.

C++:

* Added functions:
    _bset(), _bmove(), _bdup(), _bcopy(), _bcopyf()
    _bcmp(), _bscan(), _xstrcpy(), _xstccpy(), _xstrncpy()
    _xstrcat(), _xstpchr(), _xstpblk(), _xstrlen(), _xstrdup()

* New Module:
       TxbClass
           Allow easy creation of Xbase++ classes inside C++
           Mirror C++ members
           Can implement Xbase++ methods with a C++ Function Pointer
           Support for standard Xbase++ ErrorSys.
           Automatic param management.