Hi Jeff and Friedrich

I still have my earliest LSPack1.C file dated 4-May-1998
Here are the first few lines....

/*------------------------------------------------------------
Simple LSPack-32 (Compression) Demo - (Quick and Dirty)
LSPack Compression Library 1.50
Linder Software Systems
www.lindersoftware.com
------------------------------------------------------------*/
#include <windows.h>

LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;

//Define LSP_Pack function
typedef int (WINAPI *LSP_PACK)(LPSTR , LPSTR , LPSTR , int , unsigned long );
LSP_PACK LSP_Pack;

//program parameters
HANDLE lspack_library; //library handle

=============== >8 =============

JohnG