KF94AN.ZIP Klipper Fall '94, Revision A, non-registered. This is the Fall '94 edition. All new versions begin over at Revision A. So do not be confused. This version adds only a few new functions, and the addition of "k_" added to all function names. The original intent of the library was that each developer would, after purchasing the source code liscence, add whatever prefix they liked to the beginning of the function names names. But sinc ethe library makes often repeated calls to itself, there were 200+ source files which might reference any of 200+ other functions. Tracing them down and renaming them was a lot tougher a job than I had thought it might be, so I've done it once and for all. All of the function names are now prepended with "k_". This caused some problems with some functions losing their uniqueness within the first ten places (ie, _LineEditGet and _LineEditPut both became "k_LineEdit()" when the conversion was done.) Bad, bad, bad... Take notice that some of the function names have changed slightly and all functions have had any underscores removed (less the "k_" instances). Thus the "_To_Char()" function is now "k_ToChar()" function. See the quickref.txt. DEMO programs are still available on CIS, and via FTP at iia.org. MY BBS IS TEMPORARILY RUNNING IN OMAHA NEBRASKA at (402) 398-9330.