peterhuene / sqlite-net-wp8

A C++/CX wrapper for SQLite functions that sqlite-net depends on. Can be used as an alternative to csharp-sqlite on Windows Phone 8. This library is released under the MIT license.
MIT License
74 stars 65 forks source link

SQLLite 3.8.0 #19

Closed geniovi closed 11 years ago

geniovi commented 11 years ago

I updated SQL LITE 3.8 and receive erros, What should I upgrade? Thank you

peterhuene commented 11 years ago

I'll push up a fix shortly.

geniovi commented 11 years ago

Ok thanks

peterhuene commented 11 years ago

The update has been pushed.

geniovi commented 11 years ago

Perfect thanks

geniovi commented 11 years ago

I'm sorry if i add a project in a my solutions receive errors: this is image: https://dl.dropboxusercontent.com/u/26312884/errors.png

why? thank you

peterhuene commented 11 years ago

Make sure you pull the latest from master and restart VS. It seems the VC++ project system has some problems with caching project file contents if they failed to load the first time, despite asking it to "reload project".

geniovi commented 11 years ago

I'm restart Visual Studio 2012 and also pc. but nothing, I also think it's a cache problem I also tried to load it in another project, but nothing how can I do? thank you

peterhuene commented 11 years ago

Does your .vcxproj have references to 3.7.17 or 3.8.0?

geniovi commented 11 years ago

I solved re-reading project from github. I changing the target path and it worked thanks so much