Search code examples
cchmdecompiler

Decompiling CHM (help) files with C or c++


I want to decompile CHM file to HTML format . Is it possible using c or c++ ? Is there any c or c++ library to do this.


Solution

  • There's CHMlib, which has the libCHMxx binding for C++ ; it seems it could run both on Linux and Windows.