Deorder c68e39d2a1 Added way to add files from any source path (without using a shared/common root)
bsa_add_file_from_disk is now bsa_add_file_from_disk_root
Fixed issues with using libbsarch with GCC
2019-05-08 23:48:46 +02:00
2019-04-10 05:23:38 +02:00
2019-04-15 04:16:36 +02:00
2019-04-10 05:23:38 +02:00
2019-04-10 05:49:07 +02:00
2019-04-10 05:45:16 +02:00

BSArchive DLL and C++ bindings

BSArchive Dynamic Link Library and C++ bindings

How to build

  1. Create a XEditPath environment variable and set it to the directory containing the XEdit code
  2. Build the DLL in Delphi by opening the libbsarch.dproj project
  3. Build the LIB in Visual Studio by opening the libbsarch.sln project

How to use

Use the libbsarch.dll (The one created by Delphi, not Visual Studio), libbsarch.lib and libbsarch.h in your project.

Credits

The original BSArchive can be found at: https://github.com/TES5Edit/TES5Edit/tree/dev/Tools/BSArchive The version in this project had been modified for better compatibility with C/C++ and allow the users to allocate their own memory in some cases.

S
Description
No description provided
Readme MIT
8.8 MiB
Languages
Pascal 71.1%
C++ 20.5%
CMake 4.3%
C 4.1%