SQLExpress - Xb2.NET
ot4xb
Search
Start
>
Forums
>
ot4xb.public
>
Revision 14 2005-03-24
ot4xb.public
Revision 14 2005-03-24
Thread Starter:
Pablo Botella
Started:
3/24/2005 6:24 PM UTC
Replies:
0
3/24/2005 6:24 PM UTC
Revision 14 2005-03-24
Reply
Quote
Pablo Botella
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.