[quote=454032:@]1) Download the SDK from https://www.smart-label-printer.com/en/software/
2) Install SDK
3) Extract SampleCode.zip from install directory
4) View SlpSdk7x.h in VCSampleUnicode folder from 3) above
5) Create declares for all calls
6) Place SlpApi7x32.dll next to xojo test app
7) Reference files in VCSampleUnicode for examples on how to use SDK
8) Run and test[/quote]
I have installed SDK then placed SlpApi7x32.dll at exe location system32 and syswow64 directory but i am getting exception as method not found.
i have checked methods by System.IsFunctionAvailable but it returns false.
so what i missed ?