[sqlite] Sqlite for Windows Metro

2013-07-30 Thread Samir Carneiro Jose
Hello, with sqlite for windows store, it's possible to create database with multiples foreign keys? if don't, when i may expect this update? i've tryed devart solution but the performance is so slow. -- Trovata .NET Developer ___ sqlite-users

Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Philipp Kursawe
Good to read that a WinRT compatible version is on the way. I had struggle myself to get the current 3.7 code to compile without compiler complains about uncast assignments. Let alone the non-existent Win32 APIs in the WinRT environment. By the way there is already a compile time preprocessor

Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Richard Hipp
On Fri, Mar 16, 2012 at 7:09 AM, Philipp Kursawe phil.kurs...@gmail.comwrote: Good to read that a WinRT compatible version is on the way. I had struggle myself to get the current 3.7 code to compile without compiler complains about uncast assignments. Let alone the non-existent Win32 APIs in

Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Philipp Kursawe
Hello How can I download the current WinRT efforts and compile them myself into a WinRT component? Download the latest winRT code from http://www.sqlite.org/src/timeline?r=winrt All I see there is a checkin history. Clicking on files does give me files but no tarbar or something to

Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Richard Hipp
On Fri, Mar 16, 2012 at 9:49 AM, Philipp Kursawe phil.kurs...@gmail.comwrote: Hello How can I download the current WinRT efforts and compile them myself into a WinRT component? Download the latest winRT code from http://www.sqlite.org/src/timeline?r=winrt All I see there

Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Philipp Kursawe
Click to get to http://www.sqlite.org/src/info/cd70bc4b78 then look beside Other Links: and click on either Tarball or ZIP Archive. thanks! found it. Compiling without awk is not possible? ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Richard Hipp
On Fri, Mar 16, 2012 at 10:05 AM, Philipp Kursawe phil.kurs...@gmail.comwrote: Click to get to http://www.sqlite.org/src/info/cd70bc4b78 then look beside Other Links: and click on either Tarball or ZIP Archive. thanks! found it. Compiling without awk is not possible? On my windows7

[sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Himadri Sarkar
Hi, I am a newbie to the SQLite user group and was wondering if anyone has tried to use SQLite to build the new Windows metro style applications and if yes is there a step by step approach written down somewhere? Regards, -- Himadri ___ sqlite-users

Re: [sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Simon Slavin
On 1 Mar 2012, at 11:51pm, Himadri Sarkar sark...@gmail.com wrote: I am a newbie to the SQLite user group and was wondering if anyone has tried to use SQLite to build the new Windows metro style applications and if yes is there a step by step approach written down somewhere? I have a

Re: [sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Richard Hipp
On Thu, Mar 1, 2012 at 6:51 PM, Himadri Sarkar sark...@gmail.com wrote: Hi, I am a newbie to the SQLite user group and was wondering if anyone has tried to use SQLite to build the new Windows metro style applications and if yes is there a step by step approach written down somewhere? We are

Re: [sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Simon Slavin
On 2 Mar 2012, at 12:33am, Richard Hipp d...@sqlite.org wrote: We are told that metro style applications may not use many of the win32 APIs that SQLite currently does use (APIs such as LoadLibrary(), SetFilePointer(), GetFileSize(), etc.) I'll have to talk to my colleague. Is it possible he

Re: [sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Richard Hipp
On Thu, Mar 1, 2012 at 7:41 PM, Simon Slavin slav...@bigfraud.org wrote: On 2 Mar 2012, at 12:33am, Richard Hipp d...@sqlite.org wrote: We are told that metro style applications may not use many of the win32 APIs that SQLite currently does use (APIs such as LoadLibrary(),