{"id":62105,"library":"chmlib","title":"CHMLib","description":"Library for dealing with Microsoft ITSS/CHM format files","status":"active","version":"0.40","language":"cpp","source_language":null,"source_url":null,"tags":["chm","microsoft","help","archive"],"install":[{"cmd":"vcpkg install chmlib","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(chmlib CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE CHMLib::CHMLib)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"chmlib.h","correct":"#include <chmlib.h>"}],"quickstart":{"code":"#include <chmlib.h>\n#include <iostream>\n\nint main() {\n    struct chmFile* h = chm_open(\"help.chm\");\n    if (h) {\n        std::cout << \"CHM file opened successfully\" << std::endl;\n        chm_close(h);\n    }\n    return 0;\n}","lang":"cpp","description":"Opens a CHM help file for reading."},"warnings":[],"env_vars":null,"search_vec":"'archiv':13 'chm':10 'chmlib':1 'deal':4 'file':9 'format':8 'help':12 'itss/chm':7 'librari':2 'microsoft':6,11","created_at":"2026-06-17T05:16:56.189709+00:00","updated_at":"2026-06-17T05:16:56.189709+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}