Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Slightly OT - Need library for C++?

Status
Not open for further replies.

BobMCT

IS-IT--Management
Sep 11, 2000
756
US
We have an old C++ prog developed until Windows 3.1 which included the "Crusher" compression library from dcmicro.
Because of the inability to run this program and XP we are planning on migrating it. However, the Crusher libraries AND dbmicro are no longer available (defunct).

Does anyone know of a similar or compatible compression library available anywhere? Or does anyone have a more recent version of Crusher that will run under XP (better yet - the source code)???

Any suggestions greatly appreciated.

Bob
 
The Win32 Platform SDK has support for Cabinet compression so you don't need any 3rd party library if you use that.

Why are you asking a Windows XP question in the Unix forum?

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top