I have barcode sdk(API), i want use it on my project. But dont know how it is?
Please tell me is there any simple way.
Thank you,
Anand
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Almost all outer SDK comes with help document or online documentation on how to use/integrate it in your code.Which SDK are you talking about by the way…? most of the time you need to add the src folder/Static Lib(lib.a file) and give header and/or lib path in your project setting…
I have used
LineaSDKfor barcode in which you need to add libLineaSDK.a static lib in your project and also you need to add LineaSDK.h file in your project