Oliver Hamlet 4e906f84d5 Update the wrapped LOOT API
To bd13e011eec08a0a444c3e72192f5f062691ffb7, which overhauls error
handling, so this commit replaces the C API error codes with new codes.
2016-10-10 19:56:05 +01:00
2016-10-10 19:56:05 +01:00
2016-10-10 19:56:05 +01:00
2016-08-14 21:50:49 +01:00
2016-10-10 19:56:05 +01:00
2016-08-14 16:20:07 +01:00
2016-08-24 20:14:52 +01:00

LOOT API C Wrapper

A wrapper library for LOOT's C++ API that provides it as a C API.

This library is at a very early stage of development and wraps an API that is itself still a work-in-progress.

Build Instructions

The library's build system uses CMake. Most of LOOT's C++ dependencies are managed by CMake, but the following must be obtained manually:

To build the wrapper, run CMake, and build the generated solution file. Only Windows support has been tested, though Linux builds should also be possible. A loot_c_api.dll is produced: this statically links the C++ API, so only one DLL is required.

Note: The module is currently built against revision 5982136 of the API, which is post-0.9.2 and pre-0.10.0, but uses the v0.10 metadata syntax (as specified at that revision, in case there are further changes before the v0.10 release).

S
Description
No description provided
Readme GPL-3.0
91 KiB
Languages
C++ 67.7%
C 24.7%
CMake 7.3%
Python 0.3%