Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I’m going to write to you due to an issue we have with integrating the SDK in our application.

I just finished the base development process and now I would like to interface my app with the barcode reader. I downloaded the last SDK. Please note that we’re developing with Monotouch (last version) on Monodevelop.

I understand that I have to link the h“libdtdev.a” native library but there’s something wrong. If I try to link it with the following option: -v -gcc_flags "-L${ProjectDir} -llibdtdev -framework AudioToolbox -framework CoreGraphics -framework ExternalAccessory -ObjC"

I get a link error (MT). If I try to import it into the project, Monotouch does not produce the “LinkWith” source.

Please, can you provide us a working sample for Monotouch based on the last release of your SDK?

I look forward to receiving good news from you.

Thank you very much.

share|improve this question
Your question sounds as if you think this is the Linea Pro support system. It's not. And "can you provide a working sample" is not a valid SO question. – Jason Jan 21 at 1:02

closed as not constructive by Jason, Stefan Steinegger, Jon Egerton, ppeterka, Saul Jan 21 at 9:51

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.