Enhancing your Xbase++ applications
Home Contact Info
 
©2006. Pablo Botella
ot4xb - Build 1.2.119 Tuesday, June 13, 2006

New PRG Functions:

New PRG Classes:

New Samples:
 
  • InternetCrackUrl
    • This example show how to extend structures that need some extra manipulation.
  • IpConfig
  • TestSkype
    • Another WM_COPYDATA sample. If you have Skype installed, you can control it by sending commands directly and receiving notifications from Skype. Not intended to be a Skype interface, but you can take this example as a base to build your own interface.
  • Unicode
  • VerInfo

 

ot4xb - Build 1.2.109 Wednesday, May 10, 2006

New PRG Functions:

Also wrapped for use in PRGs some comon memory pointer functions available also at C/C++ level :

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.
ot4xb - Build 1.2.108 Tuesday, April 11, 2006
ot4xb - Build 1.2.103 Thursday, March 23, 2006
FIXED: ( xbrt1request.hpp ) Removed the early REQUESTs for some xpprt1.dll functions that cause a GPF loading xppgui.dll on Xb 1.9RC2.
ot4xb - Build 1.2.102 Wednesday, March 15, 2006
This build (1.2.102)  is a major release of the Open Tools for Xbase++, including a complete reorganization of the source code and documented all the ot4xb.lib functions and classes. New file and directory functions. Implemented the required functions to support for 64bit integers and float(32bits) using the CallBack Compiler . Fixed compatibility with Win 95 (removed ShFileOperation() function, but will be published as a sample prg soon).
BAP2  Released Monday, March 13, 2006
Just released an Open Source BAP clone. Read More...