Re: [sqlite] SQLite does not support ARM platform?

2017-03-21 Thread Jaime Stuardo
On Mar 20, 2017, at 3:38 PM, Jaime Stuardo wrote: > > That is why I suspect about SQLite3 to be really multiplatform. Why can my > own C++ program, that is not small, be successfully compiled and then run in > the machine? Why cannot SQLite source code? You’re using a nine-year-ol

Re: [sqlite] SQLite does not support ARM platform?

2017-03-20 Thread Jaime Stuardo
eforge.net/ probably due to rather extreme limitations. On 2017/03/21 7:41, "sqlite-users on behalf of Jaime Stuardo" wrote: I use to develop mobile applications for years using VS 2008, and in fact, I have just developed a MFC C++ application that runs in the ARM machine without p

Re: [sqlite] SQLite does not support ARM platform?

2017-03-20 Thread Jaime Stuardo
I use to develop mobile applications for years using VS 2008, and in fact, I have just developed a MFC C++ application that runs in the ARM machine without problem. I need to use SQLite3 for my application. That is why I need to compile it. > On 20 Mar 2017, at 23:17, Jaime Stuardo wr

Re: [sqlite] SQLite does not support ARM platform?

2017-03-20 Thread Jaime Stuardo
ices - is that really what you're trying to build for? - Deon -Original Message- From: sqlite-users [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Jaime Stuardo Sent: Monday, March 20, 2017 3:17 PM To: 'SQLite mailing list' Subject: Re: [sqlite] SQ

Re: [sqlite] SQLite does not support ARM platform?

2017-03-20 Thread Jaime Stuardo
e: [sqlite] SQLite does not support ARM platform? This is a Visual Studio/Microsoft issue. We have been building SQLite on ARM 7 and 9 for almost ten years across a wide variety of (non-Microsoft) operating systems. V. From: sqlite-users [sqlite-users-boun...@mailin

[sqlite] SQLite does not support ARM platform?

2017-03-20 Thread Jaime Stuardo
Hello, I have finally given up. After almost all day trying to compile SQLite amalgamated source code files for ARM platform I got the conclusion that SQLite is not for ARM platform, even when documentation says the contrary. I have VS 2008 and I tried to compile some C++ wrappers out there tha

Re: [sqlite] How restrict access to SQLite database?

2016-08-09 Thread Jaime Stuardo
No... something free out there? Saluda cordialmente, Jaime Stuardo Bahamondes +56 9 9545 7258 jaime.stuardo http://www.desytec.com Antes de imprimir este correo electrónico, piense bien si es necesario hacerlo: El medio ambiente es cuestión de todos. Esta comunicación

Re: [sqlite] How restrict access to SQLite database?

2016-08-09 Thread Jaime Stuardo
de 2016 15:09 Para: SQLite mailing list Asunto: Re: [sqlite] How restrict access to SQLite database? Hi, On Tue, Aug 9, 2016 at 9:25 AM, Jaime Stuardo wrote: > Hello, > > > > I am developing an application that should use a database. System is > very simple that I will try

[sqlite] How restrict access to SQLite database?

2016-08-09 Thread Jaime Stuardo
Hello, I am developing an application that should use a database. System is very simple that I will try with a file based database system, however, I have found a subject that is very critical for SQLite. Currently, if any person knows that the application database is SQLite, he can open a