How to Import SDK in C Programming: Difference between revisions

From wizarPOS
Line 1: Line 1:
== SDK aar to dll ==   
== SDK aar to dll ==   
We changed the SDK aar file to a dll, then C# program can use it. Please download demo [http://ftp.wizarpos.com/device/useAARDemo_20231106.zip here]
We changed the SDK aar file to a dll, then C# program can use it. Please download demo [http://ftp.wizarpos.com/device/UseAARdemo_20231106.zip here]


Please note that the current demo uses a DLL that is converted from the AAR package of version 1.5.4.82. If you need to update the version during development, please contact WizarPOS support personnel.
Please note that the current demo uses a DLL that is converted from the AAR package of version 1.5.4.82. If you need to update the version during development, please contact WizarPOS support personnel.

Revision as of 06:54, 6 November 2023

SDK aar to dll

We changed the SDK aar file to a dll, then C# program can use it. Please download demo here

Please note that the current demo uses a DLL that is converted from the AAR package of version 1.5.4.82. If you need to update the version during development, please contact WizarPOS support personnel.

Binding an .AAR on Xamarin

See Also

https://learn.microsoft.com/en-us/xamarin/android/platform/binding-java-library/binding-an-aar