> For the complete documentation index, see [llms.txt](https://developer.tokeninc.com/token-developer-portal-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.tokeninc.com/token-developer-portal-1/x-platform/token-x-connect-wire/c++-kutuphane-kullanimi.md).

# C++ Kütüphane Kullanımı

Kütüphanenin C++ DLL'i mevcuttur. Bu DLL'in çalıştırılabilmesi için aşağıdaki kütüphanelerin entegrasyon kütüphanesinden önce yüklenmesi gerekmektedir.

{% file src="/files/yLtJqsapzTUqQeC4XfsY" %}

```cpp
LoadNativeLibrary("libusb-1.0.dll");
LoadNativeLibrary("libcrypto-3.dll");
LoadNativeLibrary("zlib1.dll");
LoadNativeLibrary(TokenDllName);
```
