Arne Fischer wrote:
>
> { "AreFileApisANSI",         (SYSCALL)AreFileApisANSI,         0 }, 
> 
> And the Error is:
> Error   2   error C2065: 'AreFileApisANSI' : undeclared identifier 
> 

In order to compile SQLite for Windows Phone 8, the following extra defines
are
normally necessary:

        -DSQLITE_OS_WINRT=1
        -DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP
        -DSQLITE_OMIT_LOAD_EXTENSION=1
        -DSQLITE_WIN32_FILEMAPPING_API=1

Alternatively, you can use the VSIX package for Windows Phone 8.  It was
designed
for use with Visual Studio 2012; however, it may be possible to get it
working
with Visual Studio 2013.

http://visualstudiogallery.msdn.microsoft.com/cd120b42-30f4-446e-8287-45387a
4f40b7

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to