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
Related Q & A:
- How can I programmatically extract a file quickly and efficiently within Android?Best solution by Stack Overflow
- How can I sell something on ebay without using a credit card?Best solution by Yahoo! Answers
- How can I level off a wall?Best solution by ehow.com
- How can I remove a picture's watermark using Matlab's image processing toolbox?Best solution by Yahoo! Answers
- How can I attach more than one file at a time in Yahoo mail?Best solution by pc.net
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.