How do I generate barcode using c#?

I have a VC++ project that creates a .dll file for using a RFID tag with low-level functions written in it. How can I do generate a .so file using this project?

  • I want to generate a .so file using the above project for use on Android so that I can interface the hardware with arm architecture.

  • Answer:

    .so Library files are shared object files and are created when compiled the C/C++ program with gcc compiler. you can't create a .so file in Windows, but there's a hack using Cygwin, here's the link http://pielot.org/2010/12/09/using-cygwin-with-the-android-ndk-on-windows/

Sravan Sai at Quora Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.