Extres Version 1.0


ExtRes is a programming library for Win32 programmers.
You can create and retrieve textual resources for use in your application. Main
advantage of ExtRes is that the resources are kept outside your executable,
opposed to the resources you put in your windows resource file. Furthermore the
resources will be encrypted and optionally compressed.
In your application, simply load the extres file at startup and use the texts
you need.

This version includes direct support for C-C++ and Borland's C++Builder and
Delphi.
It requires MS Windows 95 or above to run.

Some of the benefits of extRes:
* The resource file is separate from your program executable, so updating the
  resources does not mean a recompile.
* Encryption : the textual resources you put in your resource file are
  encrypted, you can optionally create a custom encryption key.
* Compression : optionally you can compress the textual resources.
* The textual resources you use can be of any format (RTF, HTML, Source-Code,
  Strings), as long as it is textual.
* Easy to use for multi-langual applications, simply create a separate resource
  file for each desired language.
 
 
How to register

Registering ExtRes will cost you Euro 16.99 (that is about US$20). We accept
different types of payment such as Online ordering, Phone and Fax orders and
Paying by Check via Postal Mail.

Benefits

By registering you unlock the software for unlimited use and acquire such
benefits as :

* You can keep the demo window from popping up
* Free upgrades for minor revisions, for example, from 2.0 to 2.1, 2.2, 2.3, etc.
* 50% discount for new major versions, for example, from 2.X to 3.0.
* Free technical support through e-mail.


How to get your registration

Go to www.extres.org and click on 'How to register'. There you will find
information for registerering your copy of ExtRes.

Changes from 1.0

- Added functions extResSerialize for conversion of data to create extsrc file and 
  and extResUnserialize for conversion after retrieving data from the ertres file.
  
