Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing an app in windows 8.1 store apps. For my app I want to use SQLite as a localDB , by the use of SQLite I am unable to build solution in any CPU architecture , If I changed architecture to ARM or X86 or X64 then I am able to build solution .

My doubt is If I want to publish the app , What do I do , The developed app targets only one architecture , What is the alternative to satisfy all the architecture of users.

Thank you,
Posted

1 solution

You need to rebuild the SQLite library to target the different architecture(s).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900