* harbour/include/hbapicdp.h
* harbour/source/rtl/cdpapi.c
+ added hb_cdpGetChar()
+ harbour/tests/wcecon.prg
+ added demonstration console program for WinCE,
compile it using:
hbmk -n -w -es2 -gtwvt wcecon
* harbour/include/hbwince.h
* harbour/source/common/hbwince.c
* harbour/contrib/win32/w32_ole.c
* harbour/contrib/odbc/odbc.c
* use UNICODE macro instead of HB_WINCE to allow using Unicode
WINAPI also in other MS-Windows versions
* harbour/source/rtl/gtwvt/gtwvt.h
* harbour/source/rtl/gtwvt/gtwvt.c
+ added support for Unicode IO
* harbour/source/rtl/diskspac.c
* harbour/source/rtl/disksphb.c
! fixed wrongly set error code
! fixed possible access to uninitialized memory
* use GetDiskFreeSpaceEx() on WinCE instead of GetDiskFreeSpace()
for disk larger then 4GB - I do not know if PocketPC have such
large devices now or if WinCE can support it but for sure it will
somewhere in the future
ODBCDEMO - ODBC Access Class Demonstration Felipe G. Coury <fcoury@flexsys-ci.com> This is the very first test of an ODBC class that I am writing for Harbour. To test it, simply unzip the contents of this file to any folder and run ODBCDEMO.EXE. Please note that you'll need to have ODBC32 installed on your machine. The source code is also included, named ODBCDEMO.PRG, so you can see how it was written. I would like to hear your comments about this. Just drop me a line at my private e-mail. Thanks Felipe Coury