Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Richard Hipp
On Fri, Mar 16, 2012 at 10:05 AM, Philipp Kursawe wrote: > > > > > > 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 bo

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@sqlit

Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Richard Hipp
On Fri, Mar 16, 2012 at 9:49 AM, Philipp Kursawe wrote: > 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
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 so

Re: [sqlite] SQLite and Windows Metro Style

2012-03-16 Thread Richard Hipp
On Fri, Mar 16, 2012 at 7:09 AM, Philipp Kursawe wrote: > 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 environme

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 defin

Re: [sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Richard Hipp
On Thu, Mar 1, 2012 at 7:41 PM, Simon Slavin wrote: > > On 2 Mar 2012, at 12:33am, Richard Hipp 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.) > >

Re: [sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Simon Slavin
On 2 Mar 2012, at 12:33am, Richard Hipp 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 used posix-s

Re: [sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Richard Hipp
On Thu, Mar 1, 2012 at 6:51 PM, Himadri Sarkar 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 told that me

Re: [sqlite] SQLite and Windows Metro Style

2012-03-01 Thread Simon Slavin
On 1 Mar 2012, at 11:51pm, Himadri Sarkar 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 colleague who has done

[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 mail