Registry / other / chmlib

chmlib

JSON →
library0.40vcpkgunverified

Library for dealing with Microsoft ITSS/CHM format files

vcpkg install chmlib
INSTALL
IMPORT
SIG · CHMLIB
C
chmlib
othercppv0.40
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

chmlib.h
#include <chmlib.h>

Opens a CHM help file for reading.

#include <chmlib.h> #include <iostream> int main() { struct chmFile* h = chm_open("help.chm"); if (h) { std::cout << "CHM file opened successfully" << std::endl; chm_close(h); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.40latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

chmlib — pip install chmlib · libregistry