Pregunta

Quiero descompilar archivos CHM a formato HTML. ¿Es posible usar C o C ++? ¿Hay alguna C o C ++ biblioteca para hacer esto.

¿Fue útil?

Solución

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

Otros consejos

It is possible using C++. If you use Windows, you can do it using COM. An example you can find here. This article is about C#, but it is done using COM interfaces and you can easily do the same in C++.

The open source 7-zip file manager can browse and extract content from a .chm file. Right-click and select Open Inside. Download is here.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top