# Örnek Uygulamalar

## .NET Projesi

{% embed url="<https://github.com/TokenPublication/hizlisepet-clienttemplate/tree/master>" %}

## Delphi Projesi

{% embed url="<https://github.com/TokenPublication/IntegrationHub-DelphiTemplate>" %}

## 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="<https://828363377-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTDApe9ujkHROOK7s0JPT%2Fuploads%2FSODKR79nj31KyNETXzUE%2FExt%20DLLs.zip?alt=media&token=de580947-f8b3-4863-aa01-88463c35a6f1>" %}

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

## C++ Qt Projesi

{% embed url="<https://github.com/TokenPublication/IntegrationHub-CppTemplate>" %}

## Ubuntu Java Projesi

{% embed url="<https://github.com/TokenPublication/IntegrationHub-SoJava/tree/master>" %}

## C++ Ubuntu 32bit

{% embed url="<https://github.com/TokenPublication/IntegrationHub-CppSoLinux-32bit>" %}

## C++ Ubuntu 64bit

{% embed url="<https://github.com/TokenPublication/IntegrationHub-CppSoLinux-64bit>" %}
