User Mode API

The user mode API comes in two forms:

  • As DLLs with import libraries, named cbfsdirect20.dll and cbfsdirect20.lib, respectively.
  • As static libraries, which don't require a dynamic library, named cbfsdirect20s.lib.

The libraries are available for 32-bit (x86) and 64-bit (x64) processor architectures.

Use the DLL with the import library if incompatibilities occur between the compilation and linkage options set in your project and the options with which the library was compiled.

When linking the static library, no extra user mode API files need to be deployed with the application. When using the DLL, deploy the .dll file to the target system and place it next to the application's .exe file.

Note: When linking the static library, the Windows library version.lib must be included in the linker options.

Remember to deploy the drivers and supplementary DLLs too, as they are an integral part of CBFS Direct.

 
 
Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Direct 2020 C++ Edition - Version 20.0 [Build 7836]