Registry / utility / stormlib

stormlib

JSON →
library9.26vcpkgunverified

StormLib is a library for opening and manipulating Blizzard MPQ files.

vcpkg install stormlib
INSTALL
IMPORT
SIG · STORMLIB
S
stormlib
utilitycppv9.26
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.

StormLib.h
#include <StormLib.h>

Open an MPQ archive

#include <StormLib.h> #include <cstdio> int main() { HANDLE hMpq = NULL; if (SFileOpenArchive("archive.mpq", 0, 0, &hMpq)) { printf("Opened MPQ\n"); SFileCloseArchive(hMpq); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.26latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

stormlib — pip install stormlib · libregistry