Registry / utility / libvmdk

libvmdk

JSON →
library20221124vcpkgunverified

Library and tools to access the VMware Virtual Disk (VMDK) format

vcpkg install libvmdk
INSTALL
IMPORT
SIG · LIBVMDK
L
libvmdk
utilitycppv20221124
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.

libvmdk.h
#include <libvmdk.h>

Initializes a VMDK file handle.

#include <libvmdk.h> #include <iostream> int main() { libvmdk_error_t *error = NULL; libvmdk_file_t *file = NULL; if (libvmdk_file_initialize(&file, &error) == 1) { std::cout << "VMDK file handle created" << std::endl; libvmdk_file_free(&file, &error); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
20221124latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

libvmdk — pip install libvmdk · libregistry