Superlib and Harbour

/*
* $Id: readme.txt 11505 2009-06-23 17:11:04Z vszakats $
*/

1.) Download original sources of SuperLib 3.5 from this page:
http://www.the-oasis.net/ftpmaster.php3?content=ftplib.htm
Direct link:
http://www.the-oasis.net/files/library/supfree.zip

2.) Unpack it:
unzip supfree.zip
unzip SOURCE.ZIP

3.) *nix users will need to convert original filenames to lowercase
and EOLs to native format, using these commands:
hbformat -lFCaseLow=yes -nEol=0 -lIndent=no -lCase=no -lSpaces=no “*.c”
hbformat -lFCaseLow=yes -nEol=0 -lIndent=no -lCase=no -lSpaces=no “*.prg”

4.) Apply supplied patch to the source using GNU Patch:
patch -lNi superlib.dif

5.) Build it:
hbmk2 superlib.hbp

6.) You’re done.

7.) Finally, to build an application with SuperLib, use:
hbmk2 myapp.prg superlib.hbc

[vszakats]

Superlib Read Me

This is the final released version of SuperLib.

It includes a library for Clipper 5.2d, complete source code,  Norton Guides, examples and an .RMK file.

The author no longer does any Clipper work of any kind, and hopes to stop recieving calls and e-mail from people wanting to purchase  Superlib.

This file may be redistributed to FTPs or other archives as long as this README.TXT file is included. Files included:

README.TXT : This file
LIB52.ZIP : Clipper 5.2 compiled .LIB file
SOURCE.ZIP : All the source code
SAMPLES.ZIP : Source and data files for all of the example programs
NG.ZIP : Norton Guides help file
SUP52.RMK : Rmake file for 5.2. You will almost certainly need to modify it

This product is now free, but still copyrighted by Garry A Prefontaine.

You may not charge for any part of this software.

You may use it without charge as long as you:

1. DOWNLOAD IT ON YOUR OWN DIME

2. DO NOT EXPECT ANY TECHNICAL SUPPORT OF ANY KIND

3. DO NOT EXPECT ANY UPGRADES OF ANY KIND (i.e. to 5.3 or VO)

4. AGREE TO THE FOLLOWING TERMS:

SuperLib is provided on an “AS IS” basis, with no implied warranty regarding merchantability or fitness for any particular purpose. Functional Software Inc. and the author Garry A Prefontaine, make no representations or warranties with respect to the contents hereof, and specifically disclaim any implied warranties. By using this software you agree that Functional Software Inc. and the author Garry A Prefontaine, will not be liable to you or any third party for any use of (or inability to use) this software, or for any damages (direct or indirect) whatsoever, even Functional Software Inc or the author Garry A Prefontaine, are apprised of the possibility of such damages occurring. In no event shall Functional Software Inc or the author Garry A Prefontaine be liable for any loss of profit or any other commercial damage, including but not limited to special,
incidental, consequential or other damages. The entire risk related to the quality and performance of the program is on you.
 

What is Superlib ?

Superlib Description by Oasis 

The final version of SuperLib, and now it’s FREEWARE, and it comes with 100% SOURCE CODE and extensive norton guide.

SuperLib is a library of functions for Clipper 5.x.

What makes SuperLib different than other libraries on the marketplace is that is contains a large collection of METAFUNCTIONS. A metafunction is like a pre-packaged mini application, ready to link and run. For instance, SuperLib’s report writer is as simple to use as:

USE
REPORTER()

All of the metafunctions are menu-driven and ready to use without modifications. All SuperLib functions are data independant. All that is required is an open DBF file. SuperLib will determine the field structure and use the current DBF. SuperLib requires no special setup or way of doing things. It works with you, not against you. SuperLib functions will do their best to save/restore all settings as they found them. (such as colors, cursor, screens, etc.)

There are over 300 functions in SuperLib, ranging from the metafunctions down to the granular common component functions such as events and popups. (see the function list below, or the .NG file). This version of SuperLib is 100% mouse aware! All SuperLib functions
are automatically aware of the mouse and respond to the mouse.

SuperLib even contains replacements for Clipper’s READ, MENU TO, ACHOICE and MEMOEDIT functions that are mouse aware. Several functions are provided to help you build mouse awareness into your own functions.

SuperLib is Blinker 3.x, 4.x and Exospace compatible for protected mode programs. SuperLib is 99.9 % pure Clipper code, and uses no Clipper internals, which makes for painless upgrading to future versions of Clipper and the various linkers.

SuperLib is network ready, with all locking already built in. (works fine for single-user too)

There is no registration of SuperLib, since it is now freeware. The author, Gary Prefontaine, is no longer supporting the product. If you need help with this library, please ask on comp.lang.clipper

Thanks, Gary.

http://www.the-oasis.net/files/library/supfree.zip

http://www.the-oasis.net/supfree.htm