SQLExpress - Xb2.NET
ot4xb
Search
Start
>
Forums
>
ot4xb.public
>
ot4xb - Build 1.2.109
ot4xb.public
ot4xb - Build 1.2.109
Thread Starter:
Pablo Botella
Started:
5/10/2006 2:30 PM UTC
Replies:
0
5/10/2006 2:30 PM UTC
ot4xb - Build 1.2.109
Reply
Quote
Pablo Botella
ot4xb - Build 1.2.109 Wednesday, May 10, 2006
New PRG Functions:
lDwBitOnOff()
Also wrapped for use in PRGs some comon memory pointer functions available also at C/C++ level :
_BSET()
_BMOVE()
_BDUP()
_BCOPYWITHTABLE()
_BCOPY()
_BCOPYF()
_BCMP()
_BSCAN()
_XSTRCPY()
_XXSTRCPY()
_XSTCCPY()
_XSTRNCPY()
_XSTRCAT()
_XSTPCHR()
_XSTPBLK()
_XSTRLEN()
_XSTRDUP()
_XSTRAT()
New Samples:
XbpSubClass
This sample will show how to create a STDCALL function with the xppcbk.exe free callback compiler and subclass a Xbase Part using it.
NOTE: This sample will only work properly with Xbase++ 1.9
WmCopyData
This example will show how to comunicate 2 applications in the same desktop using the windows message WM_COPYDATA. Text writed in sender.exe will be sent to receiver.exe and QOut() in it's CRT window.
Also in this sample we can see how to create a single instance application, receive params from the new instances and set the running instance window to the foreground. To see it running just execute reciver.exe multiple times using diferent params.
OsVersionInfoEx
This sample will show how to extend and subclass structures.
-------------------------------------------------------
Get The Open Tools for Xbase++
here:
http://www.xbwin.com
-------------------------------------------------------