it's time to check your compiler setting, anything weird ? Are you sure you have the source code of sqlite for windows ? 32 or 64 bits settings ??
On 5 April 2013 16:24, Rob Collie <[email protected]> wrote: > Same problem, I'm afraid. I've tried just about every combination suggested > in http://www.sqlite.org/c3ref/open.html > > > On Fri, Apr 5, 2013 at 4:18 PM, Kevin Benson <[email protected] > >wrote: > > > On Fri, Apr 5, 2013 at 10:08 AM, Rob Collie <[email protected]> > wrote: > > > > > Yeap, I'm on Visual Studio 2012. I've created a console app: > > > > > > > > > sqlite3 *oDatabase; > > > int returnValue; > > > returnValue = sqlite3_open_v2("file://C:/Newfolder/testing.db", > > > & oDatabase, SQLITE_OPEN_CREATE, NULL); > > > if (returnValue != SQLITE_OK ) > > > { > > > //sqlite3_close(oDatabase); > > > return returnValue ; > > > } > > > int anyKey; > > > return 0; > > > > > > It returns 21. Checking the other project, the open actually does > return > > 21 > > > too. > > > > > > > > > Three(3) forward slashes for the Internet path style in Windows, maybe? > > > > file:///C:/Newfolder/testing.db > > -- > > -- > > -- > > --Ô¿Ô-- > > K e V i N > > _______________________________________________ > > sqlite-users mailing list > > [email protected] > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Noël Frankinet Strategis sprl 0478/90.92.54 _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

