UClip 0.3.0, enhanced OS/2 clipboard support
============================================
14/Jun/2007 - Yuri Dario <mc6530@mclink.it>


Contents
--------
UClip is designed to allow OS/2 programs to exchange unicode text using the clipboard
with other native programs or with odin-ized programs.
It is compiled using Odin source code, so it shares the same clipboard formats recognized
in win32 native programs.

Note: UClip will not enable your existing OS/2 software, it will work only for programs
specifically developed with it.
The SDK package is not for end users, it is only for developers.


System requirements:
--------------------
- eComStation 1.0,1.1,1.2
- OS/2 Warp
- libc 0.6.3 runtime: ftp://ftp.netlabs.org/pub/gcc/libc-0.6.3-csd3.zip


Installation
------------
WARNING: If you have UniClip 0.2.1 or earlier installed, please uninstall it!
WarpIN will give you 3 packages: binaries, docs and sdk. Install at least first package,
binaries will be written to x:\os2\dll, because the dll must be in your LIBPATH.
You are free to select a different path for docs and sdk files.


SDK for developers
------------------
The dynamic library is exporting both a win32 like API and an
OS/2 like API: win32 functions have the same name of MS sdk, OS/2 functions are
prefixed with U. Be aware that exported OS/2 API is just a wrapper around the win32
API and does not map parameters.
To use the new clipboard formats, UCLIP_* macros must be used (same constants of MS/Odin
SDK); using OS/2 CF_* constants is not supported.

Support for bitmaps is enabled and tested.
Support for metafiles should work, just use UCLIP_CT_METAFILEPICT|UCLIP_CF_DSPMETAFILEPICT,
  but it is not tested.
Support for palettes is enabled but not tested.


Known problems
--------------
- Not all formats tested.


History:
--------
0.3.0
	Added support for Mozilla unicode clipboard format.

0.2.2
	Fixed readme.txt date issue with warpin.
	Now binaries are shipped as one dll only.

0.2.1
	fix for getclipboard of OS/2 native handles.

0.2.0
	support for bitmap, metafile, palette.

0.1.1
	fixed unicode text size.

0.1.0
	First version


Support
-------
Since this is a OpenSource freeware product there are no
formal support options available.


Donations
---------
Since this software is ported for free, donations are welcome! you can use PayPal
to donate me and support OS/2 developement. See my homepage for details, or ask :-)
At least, a post card is welcome!



===============================================================================
Yuri Dario <mc6530@mclink.it>
http://www.os2power.com/yuri
